Home
last modified time | relevance | path

Searched defs:UnaryLambdaTraits (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp8810 struct UnaryLambdaTraits : UnaryLambdaTraits<decltype( &L::operator() )> {}; struct
8813 struct UnaryLambdaTraits<ReturnT( ClassT::* )( Args... ) const> { struct
8814 static const bool isValid = false;
8818 struct UnaryLambdaTraits<ReturnT( ClassT::* )( ArgT ) const> { struct
8819 static const bool isValid = true;
8820 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;
8821 using ReturnType = ReturnT;