Template Function eigenpy::check_registration
Defined in File registration.hpp
Function Documentation
-
template<typename T>
inline bool eigenpy::check_registration() Check at runtime the registration of the type T inside the boost python registry.
- Template Parameters:
T – The type to check the registration.
- Returns:
true if the type T is already registered.