QuickCppLib  0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
quickcpplib::_xxx::detach_cast::traits Namespace Reference

Namespace for user specialised traits. More...

Classes

struct  enable_reinterpret_detach_cast
 Specialise to true if you want to enable the reinterpret cast based implementation of detach_cast() for some type T. This introduces undefined behaviour in C++ 20. More...
 
struct  enable_reinterpret_attach_cast
 Specialise to true if you want to enable the reinterpret cast based implementation of attach_cast() for some type T. This introduces undefined behaviour in C++ 20. More...
 

Detailed Description

Namespace for user specialised traits.