Castor3D 0.16.0
Multiplatform 3D engine
Namespaces | Macros
MiscellaneousModule.hpp File Reference

Namespaces

namespace  castor
 
namespace  castor::string
 String functions namespace.
 
namespace  castor::string::utf8
 Utf8 functions namespace.
 

Macros

#define CU_Concat(x, y)   x ## y
 
#define CU_Join(x, y)   CU_Concat( x, y )
 

Miscellaneous

static const String castor::cuEmptyString
 
 castor::CU_DeclareSmartPtr (castor, DynamicLibrary, CU_API)
 

Macro Definition Documentation

◆ CU_Concat

#define CU_Concat ( x,
y )   x ## y

◆ CU_Join

#define CU_Join ( x,
y )   CU_Concat( x, y )