reset overloads

Synopses

Declared in <bdlbb_blob.h>

Reset this blob buffer to its default‐constructed state.

void
reset();

Set this object to represent the specified moveable buffer of the specified size.

Set this object to represent the specified buffer of the specified size.

void
reset(
    bsl::shared_ptr<char> const& buffer,
    int size);

Parameters

Name

Description

buffer

moveable shared pointer to the continuous memory block

size

number of bytes represented by this blob buffer

Created with MrDocs