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

Struct Documentation

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

Public Static Functions

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