More C++ Idioms/Exploding Return Type

Exploding Return Type
edit

Intent edit

An idiom to return either by error code or by throwing an exception.

Also Known As edit

Motivation edit

Solution and Sample Code edit

Known Uses edit

Related Idioms edit

References edit