#include <type_traits>
#include <string>
#include <complex>
Go to the source code of this file.
Classes | |
struct | eigenpy::details::is_class_or_union< T > |
Trait to detect if T is a class or an union. More... | |
struct | eigenpy::details::is_python_complex< T > |
trait to detect if T is a std::complex managed by Boost Python More... | |
struct | eigenpy::details::is_python_complex< std::complex< double > > |
struct | eigenpy::details::is_python_complex< std::complex< float > > |
From boost/python/converter/builtin_converters. More... | |
struct | eigenpy::details::is_python_complex< std::complex< long double > > |
struct | eigenpy::details::is_python_primitive_type< T > |
Trait to detect if T is a Python primitive type. More... | |
struct | eigenpy::details::is_python_primitive_type_helper< T > |
struct | eigenpy::details::remove_cvref< T > |
Trait to remove const&. More... | |
Namespaces | |
eigenpy | |
eigenpy::details | |