Searched defs:deep_copy_impl (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/boost/proto/detail/preprocessed/ |
| D | deep_copy.hpp | 9 struct deep_copy_impl<Expr, 1> struct 32 struct deep_copy_impl<Expr, 2> argument 55 struct deep_copy_impl<Expr, 3> argument 78 struct deep_copy_impl<Expr, 4> argument 101 struct deep_copy_impl<Expr, 5> argument 124 struct deep_copy_impl<Expr, 6> argument 147 struct deep_copy_impl<Expr, 7> argument 170 struct deep_copy_impl<Expr, 8> argument 193 struct deep_copy_impl<Expr, 9> argument 216 struct deep_copy_impl<Expr, 10> argument [all …]
|
| /third_party/boost/boost/proto/detail/ |
| D | deep_copy.hpp | 51 struct deep_copy_impl<Expr, N> struct 61 expr_type; 63 typedef typename Expr::proto_generator proto_generator; 64 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; 67 result_type operator()(Expr2 const &e, S const &, D const &) const in operator ()()
|
| /third_party/boost/boost/proto/ |
| D | deep_copy.hpp | 29 struct deep_copy_impl<Expr, 0> struct 37 expr_type; 39 typedef typename Expr::proto_generator proto_generator; 40 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type; 43 result_type operator()(Expr2 const &e, S const &, D const &) const in operator ()()
|