Template Struct prepared¶
Defined in File access.h
Struct Documentation¶
-
template<typename
T, boolIsPrepared= detail::is_prepared<T>::value>
structprepared¶ prepared<T> keeps a copy of the string based index returned by the T::index() function and const references the actual data object of type T. It also instantiates a visitor for travarsing that data object and extracting the values.