Searched defs:UnaryLambdaTraits (Results 1 – 1 of 1) sorted by relevance
8810 struct UnaryLambdaTraits : UnaryLambdaTraits<decltype( &L::operator() )> {}; struct8813 struct UnaryLambdaTraits<ReturnT( ClassT::* )( Args... ) const> { struct8814 static const bool isValid = false;8818 struct UnaryLambdaTraits<ReturnT( ClassT::* )( ArgT ) const> { struct8819 static const bool isValid = true;8820 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;8821 using ReturnType = ReturnT;