[#BloombergLP-bdld-DatumBinaryRef] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::DatumBinaryRef :relfileprefix: ../../ :mrdocs: This class provides a type to represent a pointer to non‐modifiable binary data and an integral size value. == Synopsis Declared in `<bdld_datumbinaryref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatumBinaryRef; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumBinaryRef/SizeType.adoc[`SizeType`] | `SizeType` is an alias for an unsigned integral value, representing the length of the binary array. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumBinaryRef/2constructor-00.adoc[`DatumBinaryRef`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdld/DatumBinaryRef/data.adoc[`data`] | Return the pointer to the non‐modifiable binary data. | xref:BloombergLP/bdld/DatumBinaryRef/print.adoc[`print`] | Write the value of this object to the specified output `stream`. | xref:BloombergLP/bdld/DatumBinaryRef/size.adoc[`size`] | Return the size of the binary data. | xref:BloombergLP/bdld/DatumBinaryRef/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<DatumBinaryRef, HasPrintMethod>`] | `DatumBinaryRef` is trivially copyable. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/operator_not_eq-0a0.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` have different values, and `false` otherwise. | xref:BloombergLP/bdld/operator_lt-09b.adoc[`operator<`] | Return `true` if the specified `lhs` compares smaller than the specified `rhs`, and `false` otherwise. | xref:BloombergLP/bdld/operator_le-07.adoc[`operator<=`] | Return `true` if the specified `lhs` compares smaller than or equal to the specified `rhs`, and `false` otherwise. | xref:BloombergLP/bdld/operator_eq-08f.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` have the same value, and `false` otherwise. | xref:BloombergLP/bdld/operator_gt-0e.adoc[`operator>`] | Return `true` if the specified `lhs` compares larger than the specified `rhs`, and `false` otherwise. | xref:BloombergLP/bdld/operator_ge-0b5.adoc[`operator>=`] | Return `true` if the specified `lhs` compares larger than or equal to the specified `rhs`, and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#