Home
last modified time | relevance | path

Searched refs:transform_view (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/
H A Dtransform_view.hpp39 struct transform_view : sequence_base<transform_view<Sequence1, Sequence2, F> > struct
60 transform_view(Sequence1& in_seq1, Sequence2& in_seq2, F const& binop) in transform_view() function
81 transform_view& operator= (transform_view const&);
87 struct transform_view<Sequence, F, void_> : sequence_base<transform_view<Sequence, F, void_> > struct
89 struct transform_view<Sequence, F> : sequence_base<transform_view<Sequence, F> >
104 transform_view(Sequence& in_seq, F const& in_f) in transform_view() argument
118 transform_view& operator= (transform_view const&);
H A Dtransform_view_fwd.hpp17 struct transform_view;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dtransform.hpp22 typedef transform_view<Sequence1, Sequence2, F> type;
32 typedef transform_view<Sequence, F> type;
41 return transform_view<Sequence const, F>(seq, f); in transform()
49 return transform_view<Sequence1 const, Sequence2 const, F>(seq1, seq2, f); in transform()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dtransform_view.hpp28 struct transform_view struct
37 typedef transform_view type; argument
42 BOOST_MPL_AUX_NA_SPEC(2, transform_view)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dequal_to_impl.hpp39 …typedef mpl::transform_view<zipped, mpl::unpack_args<result_of::equal_to<mpl::_,mpl::_> > > transf…
/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/
H A Dranges1649 class transform_view : public view_interface<transform_view<_Vp, _Fp>>
1667 using _Base = transform_view::_Base<_Const>;
1692 using _Parent = __detail::__maybe_const_t<_Const, transform_view>;
1693 using _Base = transform_view::_Base<_Const>;
1850 // 3483. transform_view::iterator's difference is overconstrained
1873 using _Parent = __detail::__maybe_const_t<_Const, transform_view>;
1874 using _Base = transform_view::_Base<_Const>;
1935 transform_view() = default;
1938 transform_view(_Vp __base, _Fp __fun)
1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>;
[all …]
/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/
H A Dranges1649 class transform_view : public view_interface<transform_view<_Vp, _Fp>>
1667 using _Base = transform_view::_Base<_Const>;
1692 using _Parent = __detail::__maybe_const_t<_Const, transform_view>;
1693 using _Base = transform_view::_Base<_Const>;
1850 // 3483. transform_view::iterator's difference is overconstrained
1873 using _Parent = __detail::__maybe_const_t<_Const, transform_view>;
1874 using _Base = transform_view::_Base<_Const>;
1935 transform_view() = default;
1938 transform_view(_Vp __base, _Fp __fun)
1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>;
[all …]