Searched defs:construct_ (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | make.hpp | 19 struct construct_<proto::expr<T, A, 0>, true> struct 21 typedef proto::expr<T, A, 0> result_type; 24 result_type operator ()(A0 &a0) const in operator ()() 30 struct construct_<proto::basic_expr<T, A, 0>, true> struct 32 typedef proto::basic_expr<T, A, 0> result_type; 35 result_type operator ()(A0 &a0) const in operator ()() 121 struct construct_<proto::expr<T, A, 1>, true> struct 123 typedef proto::expr<T, A, 1> result_type; 126 result_type operator ()(A0 &a0) const in operator ()() 132 struct construct_<proto::basic_expr<T, A, 1>, true> struct [all …]
|
/third_party/boost/boost/proto/transform/detail/ |
D | make.hpp | 106 struct construct_<proto::expr<T, A, N>, true> struct 108 typedef proto::expr<T, A, N> result_type; 112 result_type operator ()(BOOST_PP_ENUM_BINARY_PARAMS(BOOST_PP_MAX(N, 1), A, &a)) const in operator ()() 119 struct construct_<proto::basic_expr<T, A, N>, true> struct 121 typedef proto::basic_expr<T, A, N> result_type; 125 result_type operator ()(BOOST_PP_ENUM_BINARY_PARAMS(BOOST_PP_MAX(N, 1), A, &a)) const in operator ()()
|
/third_party/boost/boost/proto/transform/ |
D | make.hpp | 122 struct construct_ struct 124 typedef Type result_type; 127 Type operator ()() const in operator ()() 137 struct construct_<Type, true> struct 139 typedef Type result_type; 142 Type operator ()() const in operator ()()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | casts.hpp | 1027 construct_() in construct_() function 1039 construct_(A const& a) in construct_() function 1053 construct_(A const& a, B const& b) in construct_() function 1068 construct_(A const& a, B const& b, C const& c) in construct_() function 1087 construct_( in construct_() function 1109 construct_( in construct_() function 1133 construct_( in construct_() function 1160 construct_( in construct_() function 1187 construct_( in construct_() function 1215 construct_( in construct_() function [all …]
|
/third_party/boost/boost/poly_collection/detail/ |
D | allocator_adaptor.hpp | 225 void construct_( in construct_() function 233 void construct_( in construct_() function 241 void construct_( in construct_() function
|