#include <type_traits>#include <limits>#include <iostream>#include "ros_type_introspection/builtin_types.hpp"#include "ros_type_introspection/details/exceptions.hpp"

Go to the source code of this file.
Classes | |
| struct | RosIntrospection::details::is_integer< T > |
| struct | RosIntrospection::details::is_safe_integer_conversion< From, To > |
| struct | RosIntrospection::details::is_same_real< From, To > |
Namespaces | |
| RosIntrospection | |
| RosIntrospection::details | |
Typedefs | |
| template<typename BoolCondition > | |
| using | RosIntrospection::details::EnableIf = Invoke< std::enable_if< BoolCondition::value > > |
| template<typename T > | |
| using | RosIntrospection::details::Invoke = typename T::type |