Searched defs:evaluation_transform_t (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/yap/detail/ |
| D | transform.hpp | 97 struct evaluation_transform_t struct 99 using tuple_t = hana::tuple<rvalue_ref_to_value_t<PlaceholderArgs>...>; 101 constexpr evaluation_transform_t(PlaceholderArgs &&... args) : in evaluation_transform_t() function 107 operator()(expr_tag<expr_kind::terminal>, boost::yap::placeholder<I>) const in operator ()() 118 constexpr decltype(auto) operator()(expr_tag<expr_kind::terminal>, T && t) const in operator ()() 141 constexpr decltype(auto) operator()(expr_tag<expr_kind::post_inc>, T && t) const in operator ()() 147 constexpr decltype(auto) operator()(expr_tag<expr_kind::post_dec>, T && t) const in operator ()() 185 constexpr decltype(auto) operator()(expr_tag<expr_kind::comma>, T && t, U && u) const in operator ()() 210 operator()(expr_tag<expr_kind::subscript>, T && t, U && u) const in operator ()() 221 operator()(expr_tag<expr_kind::if_else>, T && t, U && u, V && v) const in operator ()() [all …]
|