Jump to content

More C++ Idioms/Exploding Return Type

From Wikibooks, open books for an open world

Exploding Return Type

[edit | edit source]

Intent

[edit | edit source]

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

Also Known As

[edit | edit source]

Motivation

[edit | edit source]

Solution and Sample Code

[edit | edit source]

Known Uses

[edit | edit source]
[edit | edit source]

References

[edit | edit source]