value > > Struct Template Reference
David Richardson
Published Feb 16, 2026
| static constexpr bool | value |
template<typename BasicJsonType , typename ConstructibleArrayType >
| staticconstexpr |
=
not is_iterator_traits<iterator_traits<ConstructibleArrayType>>::value and
(std::is_same<typename ConstructibleArrayType::value_type,
typename BasicJsonType::array_t::value_type>::value or
has_from_json<BasicJsonType,
typename ConstructibleArrayType::value_type>::value or
has_non_default_from_json <
BasicJsonType, typename ConstructibleArrayType::value_type >::value)
The documentation for this struct was generated from the following file: