Home | History | Annotate | Download | only in func.invoke

Lines Matching refs:Expect

80 template <class Signature,  class Expect, class Functor>
93 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
95 // Check that result_of_t matches Expect.
98 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");
106 template <class Expect, class Functor>
116 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
118 // Check that result_of_t matches Expect.
121 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");
129 template <class Expect, class Functor>
137 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
139 // Check that result_of_t matches Expect.
142 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");