ejpp
Embedded JSON Database engine for C++11/14
|
View on GitHub
Implementation details. More...
Typedefs | |
template<query_search_mode flags> | |
using | query_return_type = typename std::conditional< (flags &query_search_mode::count_only)==query_search_mode::count_only, uint32_t, typename std::conditional<(flags &query_search_mode::first_only)==query_search_mode::first_only, std::vector< char >, std::vector< std::vector< char >>>::type >::type |
Determine the correct return type for query flags. | |
Implementation details.