From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a05144.html | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/doxygen/nel/a05144.html (limited to 'docs/doxygen/nel/a05144.html') diff --git a/docs/doxygen/nel/a05144.html b/docs/doxygen/nel/a05144.html new file mode 100644 index 00000000..da115b77 --- /dev/null +++ b/docs/doxygen/nel/a05144.html @@ -0,0 +1,70 @@ + + +NeL: traits_nl.h File Reference + + + +
+

traits_nl.h File Reference


Detailed Description

+
Id
traits_nl.h,v 1.1 2004/03/04 14:35:28 vizerie Exp
+ +

+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)
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define NL_TRIVIAL_TYPE_TRAITStype   )  +
+
+ + + + + +
+   + + +

+Value:

template <>                                                              \
+struct CTraits<type>                     \
+{                                        \
+        enum { HasTrivialCtor = true };      \
+        enum { HasTrivialDtor = true };      \
+        enum { SupportRawCopy = true };      \
+};
+
+

+Definition at line 52 of file traits_nl.h.

+


Generated on Tue Mar 16 06:43:26 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1