Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dargs.hpp34 struct expr_traits struct
36 typedef Expr value_type;
37 typedef Expr &reference;
38 typedef Expr const &const_reference;
43 struct expr_traits<Expr &> struct
45 typedef Expr value_type;
46 typedef Expr &reference;
47 typedef Expr &const_reference;
52 struct expr_traits<Expr const &> struct
54 typedef Expr value_type;
[all …]