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

Lines Matching refs:Expect

81 template <class Signature,  class Expect, class Functor>
94 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
96 // Check that result_of_t matches Expect.
99 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");
107 template <class Expect, class Functor>
117 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
119 // Check that result_of_t matches Expect.
122 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");
130 template <class Expect, class Functor>
138 static_assert((std::is_same<DeducedReturnType, Expect>::value), "");
140 // Check that result_of_t matches Expect.
143 static_assert((std::is_same<ResultOfReturnType, Expect>::value), "");