Template Struct prepared

Struct Documentation

template<typename T, bool IsPrepared = detail::is_prepared<T>::value>
struct prepared

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.