BloombergLP::balb::CustomInt::CustomInt

Constructors

Synopses

Declared in <balb_testmessages.h>

Create an object of type CustomInt having the default value.

CustomInt();
» more...

Create an object of type CustomInt having the value of the specified original object.

CustomInt(CustomInt const& original);
» more...

Create an object of type CustomInt having the specified value.

explicit
CustomInt(int const& value);
» more...