|
KTL
|
Go to the source code of this file.
Namespaces | |
| namespace | ktl |
Typedefs | |
| template<typename Alloc > | |
| using | ktl::atomic_shared = shared< Alloc, std::atomic > |
| Shorthand for an atomic-ref-counted allocator. | |
| template<typename T , typename Alloc > | |
| using | ktl::type_shared = type_allocator< T, shared< Alloc > > |
| Shorthand for a typed, ref-counted allocator. | |
| template<typename T , typename Alloc > | |
| using | ktl::type_atomic_shared = type_allocator< T, atomic_shared< Alloc > > |
| Shorthand for a typed, atomic-ref-counted allocator. | |