throwing_ptr
Smart pointers that throw on dereference if null
_Known_bound :
throwing::detail::_Unique_if< T[N]>
_Single_object :
throwing::detail::_Unique_if< T >
_Unknown_bound :
throwing::detail::_Unique_if< T[]>
deleter_type :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
element_type :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
pointer :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
std_unique_ptr_type :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
Generated by
1.8.13