Home
last modified time | relevance | path

Searched defs:by_value_generator_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/proto/detail/preprocessed/
Dgenerate_by_value.hpp9 struct by_value_generator_< struct
33 struct by_value_generator_< argument
57 struct by_value_generator_< struct
81 struct by_value_generator_< struct
105 struct by_value_generator_< struct
129 struct by_value_generator_< argument
153 struct by_value_generator_< argument
177 struct by_value_generator_< struct
201 struct by_value_generator_< argument
225 struct by_value_generator_< argument
[all …]
/third_party/boost/boost/proto/detail/
Dgenerate_by_value.hpp36 struct by_value_generator_< struct
64 struct by_value_generator_< argument
70 src_args;
76 dst_args;
78 typedef proto::basic_expr<Tag, src_args, N> src_type;
79 typedef proto::basic_expr<Tag, dst_args, N> type;
82 static type const call(src_type const &e) in call()
/third_party/boost/boost/proto/
Dgenerate.hpp41 struct by_value_generator_<proto::expr<Tag, term<Arg>, 0> > struct
49 type;
52 static type const call(proto::expr<Tag, term<Arg>, 0> const &e) in call()
60 struct by_value_generator_<proto::basic_expr<Tag, term<Arg>, 0> > struct
68 type;
71 static type const call(proto::basic_expr<Tag, term<Arg>, 0> const &e) in call()