assertPositive

Returns true if the value is greater than or equal to zero. Otherwise prints an error message and returns false.

bool
assertPositive
(
T
)
(,
string file = __FILE__
,
int line = __LINE__
)

Meta