| 
    throwing_ptr
    
   Smart pointers that throw on dereference if null 
   | 
 
Concrete class thrown upon dereferencing a null shared_ptr. More...
  
 Public Member Functions | |
| virtual std::string | what_type () const | 
  Public Member Functions inherited from throwing::base_null_ptr_exception | |
| base_null_ptr_exception () | |
Concrete class thrown upon dereferencing a null shared_ptr.
Use to catch dereferencing of specific types
Definition at line 32 of file null_ptr_exception.hpp.
      
  | 
  inlinevirtual | 
Reimplemented from throwing::base_null_ptr_exception.
Definition at line 34 of file null_ptr_exception.hpp.
 1.8.13