Searched refs:CT_LValue (Results 1 – 2 of 2) sorted by relevance
130 CT_LValue = 4, enumerator142 set_call<Args&&...>(CT_NonConst | CT_LValue); in operator ()()148 set_call<Args&&...>(CT_Const | CT_LValue); in operator ()()475 assert(Fn::check_call<>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()479 assert(Fn::check_call<>(CT_Const | CT_LValue)); in call_operator_forwarding_test()487 assert(Fn::check_call<int&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()489 assert(Fn::check_call<const int&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()491 assert(Fn::check_call<int&&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()493 assert(Fn::check_call<const int&&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()495 assert(Fn::check_call<int&&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test()[all …]
40 CT_LValue = 4, enumerator52 set_call<Args &&...>(CT_NonConst | CT_LValue); in operator ()()57 set_call<Args &&...>(CT_Const | CT_LValue); in operator ()()100 assert(Fn::check_call<>(CT_NonConst | CT_LValue)); in test_call_operator_forwarding()102 assert(Fn::check_call<>(CT_Const | CT_LValue)); in test_call_operator_forwarding()112 assert(Fn::check_call<int &>(CT_NonConst | CT_LValue)); in test_call_operator_forwarding()114 assert(Fn::check_call<int &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()124 assert(Fn::check_call<long &>(CT_NonConst | CT_LValue)); in test_call_operator_forwarding()126 assert(Fn::check_call<long &>(CT_Const | CT_LValue)); in test_call_operator_forwarding()138 assert((Fn::check_call<long &, std::string &>(CT_NonConst | CT_LValue))); in test_call_operator_forwarding()[all …]