Searched defs:make_lazy (Results 1 – 1 of 1) sorted by relevance
93 struct make_lazy<F, A0> struct103 result_type;104 typedef result_type type;107 operator()(F f, A0 const& _0_) const in operator ()()118 struct make_lazy<F, A0, A1> struct128 result_type;129 typedef result_type type;132 operator()(F f, A0 const& _0_, A1 const& _1_) const in operator ()()143 struct make_lazy<F, A0, A1, A2> struct153 result_type;[all …]