Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8723 struct UnaryLambdaTraits : UnaryLambdaTraits<decltype( &L::operator() )> {}; struct
8726 struct UnaryLambdaTraits<ReturnT( ClassT::* )( Args... ) const> { struct
8727 static const bool isValid = false;
8731 struct UnaryLambdaTraits<ReturnT( ClassT::* )( ArgT ) const> { struct
8732 static const bool isValid = true;
8733 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;
8734 using ReturnType = ReturnT;