focal (3) std::__detector.3cxx.gz

Provided by: libstdc++-8-doc_8.4.0-3ubuntu2_all bug

NAME

       std::__detector< _Default, _AlwaysVoid, _Op, _Args > - Implementation of the detection idiom (negative
       case).

SYNOPSIS

   Public Types
       using type = _Default
       using value_t = false_type

Detailed Description

   template<typename _Default, typename _AlwaysVoid, template< typename... > class _Op, typename... _Args>
       struct std::__detector< _Default, _AlwaysVoid, _Op, _Args >" Implementation of the detection idiom
       (negative case).

       Definition at line 2329 of file type_traits.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Thu Astd::20detector< _Default, _AlwaysVoid, _Op, _Args >(3cxx)