Template Struct has_pybind11_caster

Template Struct has_pybind11_caster#

Inheritance Relationships#

Base Type#

  • public std::false_type

Struct Documentation#

template<typename T>
struct has_pybind11_caster : public std::false_type#

Used for indicating whether the object has a pybind11 caster or not.

Template Parameters:

T – The type that this struct is an indicator for.