GPC  v1.0.0-2516
Gorman Print Control
nlohmann::detail::has_from_json< BasicJsonType, T > Struct Template Reference
Collaboration diagram for nlohmann::detail::has_from_json< BasicJsonType, T >:

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool nlohmann::detail::has_from_json< BasicJsonType, T >::value
static
Initial value:
= std::is_integral<decltype(
detect(std::declval<typename BasicJsonType::template json_serializer<T, void>>()))>::value