[#BloombergLP-balb-CustomInt-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/CustomInt.adoc[CustomInt]::CustomInt :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balb_testmessages.h>` Create an object of type `CustomInt` having the default value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/CustomInt/2constructor-05.adoc[CustomInt](); ---- [.small]#xref:BloombergLP/balb/CustomInt/2constructor-05.adoc[_» more..._]# Create an object of type `CustomInt` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/CustomInt/2constructor-00.adoc[CustomInt](xref:BloombergLP/balb/CustomInt.adoc[CustomInt] const& original); ---- [.small]#xref:BloombergLP/balb/CustomInt/2constructor-00.adoc[_» more..._]# Create an object of type `CustomInt` having the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/balb/CustomInt/2constructor-0e.adoc[CustomInt](int const& value); ---- [.small]#xref:BloombergLP/balb/CustomInt/2constructor-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#