Use static booleans to control template instantiation. More...
Go to the source code of this file.
Classes | |
| struct | vpdt_enable_if_c< B, T > |
| struct | vpdt_enable_if_c< false, T > |
| struct | vpdt_enable_if< Cond, T > |
| struct | vpdt_disable_if_c< B, T > |
| struct | vpdt_disable_if_c< true, T > |
| struct | vpdt_disable_if< Cond, T > |
Use static booleans to control template instantiation.
These functions are borrow from Boost
Modifications
None
Definition in file vpdt_enable_if.h.
1.7.5.1