|
| template<typename Alloc , typename... Args> |
| Alloc::value_type * | atlas::containers::allocator_new (Alloc &a, Args &&...args) |
| |
| template<typename T , typename Alloc > |
| size_t | atlas::containers::length (const simple_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| size_t | atlas::containers::length (const sl_node< T, Alloc > *l) |
| |
| template<typename T , typename Alloc > |
| simple_list< T, Alloc >::const_iterator | atlas::containers::end (const simple_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| simple_list< T, Alloc >::const_iterator | atlas::containers::cend (const simple_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| simple_list< T, Alloc >::iterator | atlas::containers::end (simple_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| void | atlas::containers::swap (simple_list< T, Alloc > &x, simple_list< T, Alloc > &y) |
| |
| template<typename T , typename Alloc > |
| size_t | atlas::containers::length (const sl_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| sl_list< T, Alloc >::const_iterator | atlas::containers::end (const sl_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| sl_list< T, Alloc >::const_iterator | atlas::containers::cend (const sl_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| sl_list< T, Alloc >::iterator | atlas::containers::end (sl_list< T, Alloc > &l) |
| |
| template<typename T , typename Alloc > |
| void | atlas::containers::swap (sl_list< T, Alloc > &x, sl_list< T, Alloc > &y) |
| |