Home
last modified time | relevance | path

Searched defs:emplace_functor (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/container/detail/
H A Diterators.hpp613 struct emplace_functor struct
615 typedef typename container_detail::build_number_seq<sizeof...(Args)>::type index_tuple_t;
617 emplace_functor(BOOST_FWD_REF(Args)... args) in emplace_functor() argument
622 BOOST_CONTAINER_FORCEINLINE void operator()(Allocator &a, T *ptr) in operator ()()
626 BOOST_CONTAINER_FORCEINLINE void operator()(DestIt dest) in operator ()()
631 …RCEINLINE void inplace_impl(Allocator &a, T* ptr, const container_detail::index_tuple<IdxPack...>&) in inplace_impl()
638 …TAINER_FORCEINLINE void inplace_impl(DestIt dest, const container_detail::index_tuple<IdxPack...>&) in inplace_impl()
645 container_detail::tuple<Args&...> args_;