| 
    throwing_ptr
    
   Smart pointers that throw on dereference if null 
   | 
 
true for throwing::unique_ptr to single object More...
Public Types | |
| typedef throwing::unique_ptr< T > | _Single_object | 
true for throwing::unique_ptr to single object
Definition at line 667 of file unique_ptr.hpp.
| typedef throwing::unique_ptr<T> throwing::detail::_Unique_if< T >::_Single_object | 
Definition at line 668 of file unique_ptr.hpp.
 1.8.13