throwing_ptr
Smart pointers that throw on dereference if null
|
Base class thrown upon dereferencing a null shared_ptr. More...
Public Member Functions | |
base_null_ptr_exception () | |
virtual std::string | what_type () const |
Base class thrown upon dereferencing a null shared_ptr.
Use to catch all such errors
Definition at line 21 of file null_ptr_exception.hpp.
|
inline |
Definition at line 23 of file null_ptr_exception.hpp.
|
inlinevirtual |
Reimplemented in throwing::null_ptr_exception< T >.
Definition at line 24 of file null_ptr_exception.hpp.