Horizon
Loading...
Searching...
No Matches
nlohmann
detail
is_compatible_string_type_impl< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_convertible< typename BasicJsonType::string_t::value_type, range_value_t, CompatibleStringType >::value > >
Static Public Attributes
|
List of all members
nlohmann::detail::is_compatible_string_type_impl< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_convertible< typename BasicJsonType::string_t::value_type, range_value_t, CompatibleStringType >::value > > Struct Template Reference
Inheritance diagram for nlohmann::detail::is_compatible_string_type_impl< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_convertible< typename BasicJsonType::string_t::value_type, range_value_t, CompatibleStringType >::value > >:
Static Public Attributes
static constexpr auto
value
Member Data Documentation
◆
value
template<typename BasicJsonType, typename CompatibleStringType>
auto
nlohmann::detail::is_compatible_string_type_impl
< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_convertible< typename BasicJsonType::string_t::value_type, range_value_t, CompatibleStringType >::value > >::value
static
constexpr
Initial value:
=
is_constructible<typename BasicJsonType::string_t, CompatibleStringType>::value
nlohmann::detail::is_constructible
Definition
type_traits.hpp:187
The documentation for this struct was generated from the following file:
3rd_party/nlohmann/detail/meta/
type_traits.hpp
Generated by
1.15.0