#include <ranges.h>
|
static constexpr const bool | value |
|
|
template<typename > |
static void | check (...) |
|
template<typename U > |
static auto | check (U *) -> typename U::mapped_type |
|
template<typename T>
class detail::is_map< T >
Definition at line 61 of file ranges.h.
◆ check() [1/2]
template<typename T >
template<typename >
◆ check() [2/2]
template<typename T >
template<typename U >
static auto detail::is_map< T >::check |
( |
U * |
| ) |
-> typename U::mapped_type |
|
staticprivate |
◆ value
Initial value:=
!std::is_void<decltype(check<T>(
nullptr))>::
value
Definition at line 69 of file ranges.h.
The documentation for this class was generated from the following file: