Home
last modified time | relevance | path

Searched refs:remove_const (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_const.hpp21 template <class T> struct remove_const{ typedef T type; }; struct
22 template <class T> struct remove_const<T const>{ typedef T type; }; argument
25 template <class T, std::size_t N> struct remove_const<T const[N]>{ typedef T type[N]; }; struct
27 template <class T> struct remove_const<T const[]>{ typedef T type[]; }; struct
33 template <class T> using remove_const_t = typename remove_const<T>::type;
H A Dhas_trivial_move_constructor.hpp41 …fine SOLARIS_EXTRA_CHECK && is_constructible<typename remove_const<T>::type, typename remove_const
H A Dhas_trivial_move_assign.hpp36 #define SOLARIS_EXTRA_CHECK && is_assignable<typename remove_const<T>::type&, typename remove_const
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/
H A Dmeta_compiler.hpp76 typename remove_const<typename Elements::car_type>::type,
85 typedef typename remove_const<typename Elements::car_type>::type term; in operator ()()
127 typename remove_const<typename Elements::car_type>::type,
139 typename remove_const<typename Elements::car_type>::type, in operator ()()
157 typename remove_const<typename Elements::car_type>::type,
158 typename remove_const<typename Elements::cdr_type::car_type>::type,
169 typename remove_const<typename Elements::car_type>::type, in operator ()()
170 typename remove_const<typename Elements::cdr_type::car_type>::type, in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/
H A Diterator.hpp47 typename boost::remove_const<
74 typename boost::remove_const<
84 typename boost::remove_const<
121 typename boost::remove_const<
131 typename boost::remove_const<
H A Dutility.hpp36 typename remove_const<typename remove_reference<First>::type>::type
37 , typename remove_const<typename remove_reference<Second>::type>::type
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp60 typedef typename remove_const<value_type>::type rcvalue_type;
61 typedef typename remove_const<key_type>::type rckey_type;
94 typedef typename remove_const<value_type>::type rcvalue_type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp60 typedef typename remove_const<value_type>::type rcvalue_type;
61 typedef typename remove_const<key_type>::type rckey_type;
94 typedef typename remove_const<value_type>::type rcvalue_type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp63 using std::tr1::remove_const;
99 value = is_fundamental<typename remove_const<T>::type>::value
100 || is_pointer<typename remove_const<T>::type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dtype_utils.hpp63 using std::tr1::remove_const;
99 value = is_fundamental<typename remove_const<T>::type>::value
100 || is_pointer<typename remove_const<T>::type>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp92 typename remove_const<Value_Type>::type>::const_pointer
96 typename remove_const<Value_Type>::type>::const_pointer
221 typename remove_const<Value_Type>::type>::pointer
225 typename remove_const<Value_Type>::type>::pointer
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp92 typename remove_const<Value_Type>::type>::const_pointer
96 typename remove_const<Value_Type>::type>::const_pointer
221 typename remove_const<Value_Type>::type>::pointer
225 typename remove_const<Value_Type>::type>::pointer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/
H A Dremove_const.hpp20 remove_const struct
27 remove_const<T const> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/detail/
H A Dend_impl.hpp32 , struct_size<typename remove_const<Seq>::type>::value
56 , struct_size<typename remove_const<Seq>::type>::value
H A Dis_view_impl.hpp23 : struct_is_view<typename remove_const<Seq>::type>
H A Dsize_impl.hpp23 : struct_size<typename remove_const<Seq>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Diterator.hpp38 range_const_iterator< typename remove_const<C>::type >,
64 range_const_iterator<typename remove_const<typename remove_reference<C>::type>::type>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/
H A Dmem_fun_ptr_gen.hpp63 typename remove_const<typename remove_reference<Object>::type>::type
64 , typename remove_const<typename remove_reference<MemPtr>::type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dmodify.hpp80 typedef typename remove_const<
83 typedef typename remove_const<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/
H A Dbasic_iterator.hpp116 typename remove_const<typename It1::seq_type>::type
117 , typename remove_const<typename It2::seq_type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpolygon_concept.hpp41 typedef typename boost::remove_const<PolygonType>::type polygon_type;
96 typedef typename boost::remove_const<PolygonType>::type const_polygon_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dmax_interval_gap.hpp121 typedef typename boost::remove_const
259 typedef typename boost::remove_const in maximum_gap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/
H A Daction.hpp166 remove_const<typename Elements::car_type>::type
170 remove_const<typename Elements::cdr_type::car_type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp125 ::boost::remove_const<
128 ::boost::remove_const<
140 ::boost::remove_const<
143 ::boost::remove_const<V>
404 typename ::boost::remove_const<T>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dbare_type.hpp34 typedef typename boost::remove_const

12345