helpertemplates.hh File Reference
Detailed Description
Compile-time constraint checks from the Stroustrup FAQ.
Go to the source code of this file.
Classes | |
struct | Derived_from< T, B > |
struct | Can_copy< T1, T2 > |
struct | Can_compare< T1, T2 > |
struct | Can_multiply< T1, T2, T3 > |
struct | IsTrue< condition > |
Helper template so that compilation fails if condition is not true. More... |