#include <traits_nl.h>
Nevrax France
Definition at line 43 of file traits_nl.h.
Public Types | |
| enum | { HasTrivialCtor = false } |
| enum | { HasTrivialDtor = false } |
| enum | { SupportRawCopy = false } |
|
|||||
|
Definition at line 45 of file traits_nl.h.
00045 { HasTrivialCtor = false }; // if true, the default ctor does nothing useful (example : built-in types or Plain Old Datas structs)
|
|
|||||
|
Definition at line 46 of file traits_nl.h.
00046 { HasTrivialDtor = false }; // the dtor does nothing useful and is not worth calling. Useful to optimize containers clean-up
|
|
|||||
|
Definition at line 47 of file traits_nl.h.
00047 { SupportRawCopy = false }; // the object supports raw copy with memcpy
|
1.3.6