Constructors

Synopses

Declared in <balb_testmessages.h>

Create an object of type CustomInt having the default value.

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

CustomInt(CustomInt const& original);

Create an object of type CustomInt having the specified value.

explicit
CustomInt(int const& value);

Parameters

Name

Description

original

object providing the value to copy

value

value to use

Created with MrDocs