Definition in file traits_nl.h.
#include "nel/misc/rgba.h"
#include "nel/misc/vector.h"
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
Defines | |
#define | NL_TRIVIAL_TYPE_TRAITS(type) |
|
Value: template <> \ struct CTraits<type> \ { \ enum { HasTrivialCtor = true }; \ enum { HasTrivialDtor = true }; \ enum { SupportRawCopy = true }; \ }; Definition at line 52 of file traits_nl.h. |