xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
nlohmann::detail::is_constructible_string_type_impl< BasicJsonType, ConstructibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, ConstructibleStringType >::value > > Struct Template Reference

#include <XrdOucJson.hh>

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

template<typename BasicJsonType , typename ConstructibleStringType >
constexpr auto nlohmann::detail::is_constructible_string_type_impl< BasicJsonType, ConstructibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, ConstructibleStringType >::value > >::value
static
Initial value:
=
is_constructible<ConstructibleStringType,
typename BasicJsonType::string_t>::value

The documentation for this struct was generated from the following file: