Template Struct association_lexical_extractor¶
Defined in File access.h
Struct Documentation¶
-
template<typename
ValueT>
structudho::detail::association_lexical_extractor¶ Public Functions
-
association_lexical_extractor()¶
-
template<typename
T>
std::enable_if<!std::is_same<ValueT, T>::value && is_streamable<std::stringstream, T>::value>::typeoperator()(const T &value)¶
-
template<typename
T>
std::enable_if<!std::is_same<ValueT, T>::value && !is_streamable<std::stringstream, T>::value>::typeoperator()(const T &value)¶
-
void
clear()¶
-