29#if BIO_CPP_VERSION < 11
33 #include <type_traits>
42#if BIO_CPP_VERSION < 11
56template <
typename T >
63 #if BIO_CPP_VERSION < 11
66 return std::is_fundamental<T>::value;
77template <
typename T >
85 #if BIO_CPP_VERSION < 11
88 return std::is_fundamental<T>::value;
93#if BIO_CPP_VERSION < 11
#define BIO_SANITIZE_AT_SAFETY_LEVEL_2(test, success, failure)
bool IsPrimitive(const T t)
static const bool m_value