OpenKalman
Namespaces | Functions
nested_object.hpp File Reference

Definition for nested_object function. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename Arg , std::enable_if_t< has_nested_object< Arg >, int > = 0>
decltype(auto) constexpr OpenKalman::nested_object (Arg &&arg)
 Retrieve a nested object of Arg, if it exists. More...
 

Detailed Description

Definition for nested_object function.