Bond
 
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. More...
 
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. More...