|
using | object_t = typename BasicJsonType::object_t |
|
using | object_t = typename BasicJsonType::object_t |
|
|
static constexpr bool | value |
|
◆ value
template<typename BasicJsonType , typename CompatibleObjectType >
static constexpr bool nlohmann::detail::is_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value and is_detected< key_type_t, CompatibleObjectType >::value > >::value |
|
staticconstexpr |
Initial value:=
std::is_constructible<typename object_t::key_type,
typename CompatibleObjectType::key_type>::value and
std::is_constructible<typename object_t::mapped_type,
typename CompatibleObjectType::mapped_type>::value
The documentation for this struct was generated from the following file: