Template Struct is_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< value_type_t, CompatibleArrayType >::value and is_detected< iterator_t, CompatibleArrayType >::value and not is_iterator_traits< iterator_traits< CompatibleArrayType > >::value > >

Struct Documentation

template<typename BasicJsonType, typename CompatibleArrayType>
struct is_compatible_array_type_impl<BasicJsonType, CompatibleArrayType, enable_if_t<is_detected<value_type_t, CompatibleArrayType>::value and is_detected<iterator_t, CompatibleArrayType>::value and not is_iterator_traits<iterator_traits<CompatibleArrayType>>::value>>

Public Static Attributes

static constexpr bool value = std::is_constructible<BasicJsonType, typename CompatibleArrayType::value_type>::value