Searched defs:emplace_functor (Results 1 – 1 of 1) sorted by relevance
613 struct emplace_functor struct615 typedef typename dtl::build_number_seq<sizeof...(Args)>::type index_tuple_t;617 BOOST_CONTAINER_FORCEINLINE emplace_functor(BOOST_FWD_REF(Args)... args) in emplace_functor() function622 BOOST_CONTAINER_FORCEINLINE void operator()(Allocator &a, T *ptr) in operator ()()626 BOOST_CONTAINER_FORCEINLINE void operator()(DestIt dest) in operator ()()631 …_CONTAINER_FORCEINLINE void inplace_impl(Allocator &a, T* ptr, const dtl::index_tuple<IdxPack...>&) in inplace_impl()638 BOOST_CONTAINER_FORCEINLINE void inplace_impl(DestIt dest, const dtl::index_tuple<IdxPack...>&) in inplace_impl()645 dtl::tuple<Args&...> args_;