Return true if the target is allocated in place within the small‐object buffer of this object; otherwise return false.
Synopsis
Declared in <bslstl_function_rep.h>
bool
isInplace() const noexcept;
Return Value
true if the target is stored in‐place, and false otherwise
Created with MrDocs