BloombergLP::bslalg::DequePrimitives_DequeMoveGuard::DequePrimitives_DequeMoveGuard

Create a guard object that will call moveBack or moveFront, depending on the specified isFront, on the specified size elements from src to dest upon destruction unless release has been called.

Synopsis

Declared in <bslalg_dequeprimitives.h>

DequePrimitives_DequeMoveGuard(
    Iterator dest,
    Iterator src,
    std::size_t size,
    bool isFront);