Searched defs:UnaryLambdaTraits (Results 1 – 1 of 1) sorted by relevance
8723 struct UnaryLambdaTraits : UnaryLambdaTraits<decltype( &L::operator() )> {}; struct8726 struct UnaryLambdaTraits<ReturnT( ClassT::* )( Args... ) const> { struct8727 static const bool isValid = false;8731 struct UnaryLambdaTraits<ReturnT( ClassT::* )( ArgT ) const> { struct8732 static const bool isValid = true;8733 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;8734 using ReturnType = ReturnT;