throwing_ptr
Smart pointers that throw on dereference if null
- a -
allocate_shared() :
throwing
atomic_compare_exchange_strong() :
throwing
atomic_compare_exchange_strong_explicit() :
throwing
atomic_compare_exchange_weak() :
throwing
atomic_compare_exchange_weak_explicit() :
throwing
atomic_exchange() :
throwing
atomic_exchange_explicit() :
throwing
atomic_is_lock_free() :
throwing
atomic_load() :
throwing
atomic_load_explicit() :
throwing
atomic_store() :
throwing
atomic_store_explicit() :
throwing
- c -
const_pointer_cast() :
throwing
- d -
dynamic_pointer_cast() :
throwing
- g -
get_deleter() :
throwing
- m -
make_shared() :
throwing
make_unique() :
throwing
- o -
operator!=() :
throwing
operator<() :
throwing
operator<<() :
throwing
operator<=() :
throwing
operator==() :
throwing
operator>() :
throwing
operator>=() :
throwing
- r -
reinterpret_pointer_cast() :
throwing
- s -
static_pointer_cast() :
throwing
swap() :
throwing
Generated by
1.8.13