More C++ Idioms/Exploding Return Type
Appearance
Exploding Return Type
[edit | edit source]Intent
[edit | edit source]An idiom to return either by error code or by throwing an exception.
An idiom to return either by error code or by throwing an exception.