Home
last modified time | relevance | path

Searched defs:as_expr (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/proto/detail/
Das_expr.hpp47 struct as_expr<T, Generator, false> struct
49 typedef typename term_traits<T &>::value_type value_type;
50 typedef proto::expr<proto::tag::terminal, term<value_type>, 0> expr_type;
51 typedef typename Generator::template result<Generator(expr_type)>::type result_type;
54 result_type operator()(T &t) const in operator ()()
62 struct as_expr<T, Generator, true> struct
64 typedef typename term_traits<T &>::value_type value_type;
65 typedef proto::basic_expr<proto::tag::terminal, term<value_type>, 0> expr_type;
66 typedef typename Generator::template result<Generator(expr_type)>::type result_type;
69 result_type operator()(T &t) const in operator ()()
[all …]
/third_party/boost/boost/proto/
Dtraits.hpp267 struct as_expr struct
269 typedef typename Domain::template as_expr<T>::result_type type;
631 struct as_expr struct
639 struct result<This(T)>
645 struct result<This(T &)>
657 operator ()(T &t) const in operator ()()
667 operator ()(T const &t) const in operator ()()
676 operator ()(T (&t)[N_]) const in operator ()()
684 operator ()(T const (&t)[N_]) const in operator ()()
966 as_expr(T &t BOOST_PROTO_DISABLE_IF_IS_CONST(T) BOOST_PROTO_DISABLE_IF_IS_FUNCTION(T)) in as_expr() function
[all …]
Ddomain.hpp132 struct as_expr struct
145 struct as_expr<T, typename T::proto_is_expr_, proto::callable> struct
148 typedef typename remove_const<T>::type result_type;
151 result_type operator()(T &e) const in operator ()()
/third_party/mbedtls/scripts/mbedtls_dev/
Dpsa_storage.py84 def as_expr(thing: Exprable) -> Expr: function
/third_party/boost/boost/yap/
Dexpression.hpp331 constexpr decltype(auto) as_expr(T && t) in as_expr() function
Dalgorithm.hpp552 constexpr decltype(auto) as_expr(T && t) in as_expr() function