#include <winstl/winstl.h>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Functions | |
| template<typename T> | |
| void | zero_struct (T &t) |
| Initialises all elements of a structure to zero. | |
| template<typename T> | |
| void | init_struct (T &t) |
| Initialises all members of a structure to zero, and sets the size member to the size of the structure. | |
1.5.6