|
ISIS Core Library 0.7.2 (api 3.0.0)
|
Templated pseudo struct to check for availability of a type at compile time. More...
#include <types.hpp>
Public Member Functions | |
| BOOST_MPL_ASSERT_MSG ((boost::mpl::contains< _internal::types, T >::value), TYPE_IS_NOT_KNOWN,(T)) | |
Templated pseudo struct to check for availability of a type at compile time.
Instanciating this with any datatype (eg: checkType<short>() ) will cause the compiler to raise an error if this datatype is not in the list of the supported types.
| isis::util::checkType< T >::BOOST_MPL_ASSERT_MSG | ( | (boost::mpl::contains< _internal::types, T >::value) | , |
| TYPE_IS_NOT_KNOWN | , | ||
| (T) | |||
| ) |
1.7.3