logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

libstdc++                                        Tue Jul std::__detector<_Defau...lwaysVoid,_Op,_Args>(3cxx)

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 2413 of file type_traits.

Name

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

Synopsis

PublicTypes
       using type = _Default
       using value_t = false_type

See Also