Constructors
Synopses
Declared in <balb_testmessages.h>
Create an object of type CustomInt having the default value.
CustomInt();
Create an object of type CustomInt having the value of the specified original object.
Create an object of type CustomInt having the specified value.
explicit
CustomInt(int const& value);
Created with MrDocs