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 D | poly_function.hpp | 41 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 D | is_noncopyable.hpp | 49 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 D | foreach_fwd.hpp | 45 struct is_noncopyable;
|
| H A D | foreach.hpp | 132 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 D | args.hpp | 72 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 D | env.hpp | 46 typedef typename mpl::if_c<is_noncopyable<T>::value, reference, value>::type type;
|