Searched defs:emplace_functor (Results 1 – 1 of 1) sorted by relevance
613 struct emplace_functor struct615 typedef typename container_detail::build_number_seq<sizeof...(Args)>::type index_tuple_t;617 emplace_functor(BOOST_FWD_REF(Args)... args) in emplace_functor() argument622 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_;