Home
last modified time | relevance | path

Searched refs:is_noncopyable (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dpoly_function.hpp41 typedef typename mpl::if_c<is_noncopyable<T>::value, T &, T>::type type;
48 typedef typename mpl::if_c<is_noncopyable<T>::value, T const &, T>::type type;
55 typedef typename mpl::if_c<is_noncopyable<T>::value, T &, T>::type type;
62 typedef typename mpl::if_c<is_noncopyable<T>::value, T const &, T>::type type;
H A Dis_noncopyable.hpp49 struct is_noncopyable struct
59 struct is_noncopyable<T[N]> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach_fwd.hpp45 struct is_noncopyable;
H A Dforeach.hpp132 struct is_noncopyable struct
190 inline boost::foreach::is_noncopyable<T> *
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dargs.hpp72 typedef typename mpl::if_c<is_noncopyable<T>::value, T &, T>::type value_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Denv.hpp46 typedef typename mpl::if_c<is_noncopyable<T>::value, reference, value>::type type;