OpenKalman
OpenKalman::nested_object_of< T, typename > Struct Template Reference

A wrapper type's nested object type, if it exists. More...

#include <nested_object_of.hpp>

Detailed Description

template<typename T, typename>
struct OpenKalman::nested_object_of< T, typename >

A wrapper type's nested object type, if it exists.

For example, for OpenKalman::TriangularAdapter<M, TriangleType::lower>, the nested object type is M.

Template Parameters
TA wrapper type that has a nested object.

The documentation for this struct was generated from the following file: