More C++ Idioms/Exploding Return Type

Exploding Return Type
Edit

IntentEdit

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

Also Known AsEdit

MotivationEdit

Solution and Sample CodeEdit

Known UsesEdit

Related IdiomsEdit

ReferencesEdit