|
Evo C++ Library v0.5.1
|
#include <evo/impl/container.h>

Optimized data copy helpers.
| T | Data type to use |
| U | Inferred from T |
Public Types | |
| typedef RemoveConst< T >::Type | Item |
| Item type (const removed) More... | |
| typedef AddConst< T >::Type & | PassType |
| Most efficient type for passing as parameter (const-reference or POD value). More... | |
Static Public Member Functions | |
| static void | set_default (T &val) |
| Set value to default. More... | |
| static void | set_default_pod (T &val) |
| Set new POD value to default value (0). More... | |
|
inherited |
Item type (const removed)
Most efficient type for passing as parameter (const-reference or POD value).
|
inlinestatic |
Set value to default.
| val | Value to initialize |
|
inlinestatic |
Set new POD value to default value (0).
| val | Value to initialize |
1.8.13