OpenKalman
|
Definition for nested_object_of. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::nested_object_of< T, typename > |
A wrapper type's nested object type, if it exists. More... | |
struct | OpenKalman::nested_object_of< T, typename > |
A wrapper type's nested object type, if it exists. More... | |
struct | OpenKalman::nested_object_of< T, std::enable_if_t< has_nested_object< T > > > |
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Typedefs | |
template<typename T > | |
using | OpenKalman::nested_object_of_t = typename nested_object_of< T >::type |
Helper type for nested_object_of. More... | |
Definition for nested_object_of.