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

Struct Documentation

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

Public Static Functions

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