16 #ifndef OPENKALMAN_HAS_NESTED_OBJECT_HPP 17 #define OPENKALMAN_HAS_NESTED_OBJECT_HPP 29 constexpr
bool has_nested_object =
31 interface::nested_object_defined_for<T>;
36 #endif //OPENKALMAN_HAS_NESTED_OBJECT_HPP The root namespace for OpenKalman.
Definition: basics.hpp:34
constexpr bool has_nested_object
A matrix that has a nested matrix, if it is a wrapper type.
Definition: has_nested_object.hpp:29