Agora  1.2.0
Agora project
fmt::v8::detail::is_map< T > Class Template Reference

#include <ranges.h>

Static Public Attributes

static const bool value
 

Static Private Member Functions

template<typename U >
static auto check (U *) -> typename U::mapped_type
 
template<typename >
static void check (...)
 

Member Function Documentation

◆ check() [1/2]

template<typename T >
template<typename >
static void fmt::v8::detail::is_map< T >::check (   ...)
staticprivate

◆ check() [2/2]

template<typename T >
template<typename U >
static auto fmt::v8::detail::is_map< T >::check ( U *  ) -> typename U::mapped_type
staticprivate

Member Data Documentation

◆ value

template<typename T >
const bool fmt::v8::detail::is_map< T >::value
static
Initial value:
=
!std::is_void<decltype(check<T>(nullptr))>::value

The documentation for this class was generated from the following file:
fmt::v8::detail::is_map::value
static const bool value
Definition: ranges.h:75