Bond
 
All Classes Namespaces Files Functions Variables Typedefs Friends Pages
Loading...
Searching...
No Matches
blob.h File Reference

Go to the source code of this file.

Classes

class  bond::blob
 Memory blob. More...
 

Namespaces

namespace  bond
 namespace bond
 

Functions

void bond::swap (blob &src, blob &dst) BOND_NOEXCEPT
 Swap two blobs.
 
template<typename A>
blob bond::blob_prolong (blob src, const A &allocator)
 Returns a blob with a copy of the data if the original one does not own the memory (i.e. constructed using raw memory), and the same blob otherwise.