Equality operators

Synopses

Declared in <bdlbb_blob.h>

Return true if the specified lhs and rhs blob buffers have the same value, and false otherwise. Two blob buffers have the same value if they represent the same buffer of the same size.

bool
operator==(
    BlobBuffer const& lhs,
    BlobBuffer const& rhs);

Return true if the specified lhs and rhs blobs have the same value, and false otherwise. Two blobs have the same value if they hold the same buffers, and have the same length.

bool
operator==(
    Blob const& lhs,
    Blob const& rhs);

Created with MrDocs