Template Struct NumericConvertibleImpl< T, typename std::enable_if< !std::is_same< T, bool >::value &&std::is_integral< T >::value >::type >

Struct Documentation

template<typename T>
struct NumericConvertibleImpl<T, typename std::enable_if<!std::is_same<T, bool>::value && std::is_integral<T>::value>::type>

Public Static Functions

static inline void *convertible(PyObject *obj)
static inline PyTypeObject const *expected_pytype()