throwing_ptr
Smart pointers that throw on dereference if null
shared_ptr :
throwing::shared_ptr< T >
unique_ptr :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
Generated by
1.8.13