nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > Struct Template Reference

#include <json.hpp>

Public Types

using serializer = typename BasicJsonType::template json_serializer< T, void >
 

Static Public Attributes

static constexpr bool value
 

Member Typedef Documentation

◆ serializer

template<typename BasicJsonType , typename T >
using nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >::serializer = typename BasicJsonType::template json_serializer<T, void>

Member Data Documentation

◆ value


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