| 
    libstdc++
    
   | 
 
| #define | __cpp_lib_experimental_detect | 
| template<typename... > | |
| using | std::experimental::void_t = void | 
| template<typename _Default , template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::detected_or = std::__detected_or< _Default, _Op, _Args... > | 
| template<typename _Default , template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::detected_or_t = typename detected_or< _Default, _Op, _Args... >::type | 
| template<template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::detected_t = detected_or_t< nonesuch, _Op, _Args... > | 
| template<template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::is_detected = typename detected_or< void, _Op, _Args... >::__is_detected | 
| template<typename _Expected , template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::is_detected_exact = is_same< _Expected, detected_t< _Op, _Args... > > | 
| template<typename _To , template< typename... > class _Op, typename... _Args> | |
| using | std::experimental::is_detected_convertible = is_convertible< detected_t< _Op, _Args... >, _To > | 
| template<template< typename... > class _Op, typename... _Args> | |
| constexpr bool | std::experimental::is_detected_v | 
| template<typename _Expected , template< typename... > class _Op, typename... _Args> | |
| constexpr bool | std::experimental::is_detected_exact_v | 
| template<typename _To , template< typename... > class _Op, typename... _Args> | |
| constexpr bool | std::experimental::is_detected_convertible_v | 
| #define __cpp_lib_experimental_detect | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 252 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::detected_or = typedef std::__detected_or<_Default, _Op, _Args...> | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 272 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::detected_or_t = typedef typename detected_or<_Default, _Op, _Args...>::type | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 275 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::detected_t = typedef detected_or_t<nonesuch, _Op, _Args...> | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 278 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::is_detected = typedef typename detected_or<void, _Op, _Args...>::__is_detected | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 281 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::is_detected_convertible = typedef is_convertible<detected_t<_Op, _Args...>, _To> | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 294 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::is_detected_exact = typedef is_same<_Expected, detected_t<_Op, _Args...> > | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 287 of file experimental/type_traits.
| using std::experimental::fundamentals_v2::void_t = typedef void | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 257 of file experimental/type_traits.
      
  | 
  constexpr | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 298 of file experimental/type_traits.
      
  | 
  constexpr | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 290 of file experimental/type_traits.
      
  | 
  constexpr | 
A metafunction that always yields void, used for detecting valid types.
Definition at line 284 of file experimental/type_traits.