Same as the related overload above for emplaceAndMoveToBackDispatch.
Synopsis
Declared in <bslalg_dequeprimitives.h>
template<
class ALLOCATOR,
class... Args>
static
void
emplaceAndMoveToBackDispatch(
Iterator* toEnd,
Iterator fromEnd,
Iterator position,
ALLOCATOR allocator,
bsl::integral_constant<int, BSLALG_DEQUEPRIMITIVES_BITWISE_MOVEABLE_TRAITS>,
Args&&... arguments);
Created with MrDocs