|
|
using | object_t = typename BasicJsonType::object_t |
|
| static constexpr bool | value |
◆ value
template<typename BasicJsonType, typename ConstructibleObjectType>
| bool detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >::value |
|
staticconstexpr |
Initial value: =
(std::is_move_assignable<ConstructibleObjectType>::value ||
std::is_copy_assignable<ConstructibleObjectType>::value) &&
typename object_t::key_type>::value &&
std::is_same <
typename object_t::mapped_type,
typename ConstructibleObjectType::mapped_type >::value)) ||
typename ConstructibleObjectType::mapped_type>::value ||
BasicJsonType,
typename ConstructibleObjectType::mapped_type >::value)
The documentation for this struct was generated from the following file: