|
NiHu
2.0
|
Define CRTP helper functions and metafunctions. More...
Go to the source code of this file.
Classes | |
| struct | ignore< T, Ignore > |
| Metafunction returning its first argument and ignoring all subsequent. More... | |
Macros | |
| #define | NIHU_CRTP_HELPERS |
| define CRTP helper function More... | |
Functions | |
| template<class Derived , class Dummy > | |
| ignore< Derived, Dummy >::type const * | const_crtp_ptr (void) |
| crtp decltype helper function | |
Define CRTP helper functions and metafunctions.
Definition in file crtp_base.hpp.
| #define NIHU_CRTP_HELPERS |
define CRTP helper function
Definition at line 29 of file crtp_base.hpp.