throwing_ptr
Smart pointers that throw on dereference if null
|
Helpers for make_unique type resolution, see n3656. More...
Classes | |
struct | _Unique_if |
true for throwing::unique_ptr to single object More... | |
struct | _Unique_if< T[]> |
true for throwing::unique_ptr to arrays of unknown length More... | |
struct | _Unique_if< T[N]> |
true for throwing::unique_ptr to arrays of known length More... | |
Helpers for make_unique type resolution, see n3656.