throwing_ptr
Smart pointers that throw on dereference if null
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nstd
 Chash< throwing::shared_ptr< T > >Template specialization of std::hash for throwing::shared_ptr<T>
 Chash< throwing::unique_ptr< Type, Deleter > >Template specialization of std::hash for throwing::unique_ptr<T>
 NthrowingImplementations of throwing::shared_ptr, throwing::unique_ptr and related
 NdetailHelpers for make_unique type resolution, see n3656
 C_Unique_ifTrue for throwing::unique_ptr to single object
 C_Unique_if< T[]>True for throwing::unique_ptr to arrays of unknown length
 C_Unique_if< T[N]>True for throwing::unique_ptr to arrays of known length
 Cbase_null_ptr_exceptionBase class thrown upon dereferencing a null shared_ptr
 Cnull_ptr_exceptionConcrete class thrown upon dereferencing a null shared_ptr
 Cshared_ptrWrapper aroung std::shared_ptr that throws when a wrapped null pointer is dereferenced
 Cunique_ptrUnique_ptr that manages a single object
 Cunique_ptr< T[], Deleter >Unique_ptr that manages a dynamically-allocated array of objects