libbio
Loading...
Searching...
No Matches
Macros
UtilityHelperMacros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIO_SET_PRIMITIVE(type)
 

Macro Definition Documentation

◆ BIO_SET_PRIMITIVE

#define BIO_SET_PRIMITIVE (   type)
Value:
template <> \
struct IsPrimitiveImplementation< type > \
{ \
static const bool sValue = true; \
};

Makes IsPrimitive< type >() return true.