DAW JSON Link
Public Types | List of all members
daw::json::DAW_JSON_VER::json_details::json_type_deducer< T, false, true, QuickMap, Container > Struct Template Reference

#include <daw_json_parse_common.h>

Public Types

using type = typename std::conditional_t< is_json_class_map_v< T >, json_class_map_type< T >, daw::traits::identity< T > >::type
 

Member Typedef Documentation

◆ type

template<typename T , bool QuickMap, bool Container>
using daw::json::DAW_JSON_VER::json_details::json_type_deducer< T, false, true, QuickMap, Container >::type = typename std::conditional_t<is_json_class_map_v<T>, json_class_map_type<T>, daw::traits::identity<T> >::type

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