Photon 1.0.0
Loading...
Searching...
No Matches
detail::is_set< T > Class Template Reference

#include <ranges.h>

Static Public Attributes

static constexpr const bool value
 

Static Private Member Functions

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

Member Function Documentation

◆ check() [1/2]

template<typename T >
template<typename >
static void detail::is_set< T >::check (   ...)
staticprivate

◆ check() [2/2]

template<typename T >
template<typename U >
static auto detail::is_set< T >::check ( U *  ) -> typename U::key_type
staticprivate

Member Data Documentation

◆ value

template<typename T >
constexpr const bool detail::is_set< T >::value
staticconstexpr
Initial value:
=
!std::is_void<decltype(check<T>(nullptr))>::value && !is_map<T>::value
static constexpr const bool value
Definition ranges.h:90
Definition core.h:1598

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