Template Struct is_python_primitive_type

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct is_python_primitive_type : public eigenpy::details::is_python_primitive_type_helper<remove_cvref<T>::type>

Trait to detect if T is a Python primitive type.