Peano
Loading...
Searching...
No Matches
Vector< Tp, Alloc > Class Template Reference

#include <vec.h>

Inheritance diagram for Vector< Tp, Alloc >:
Collaboration diagram for Vector< Tp, Alloc >:

Public Member Functions

 Vector () noexcept=default
 
 Vector (const std::initializer_list< Tp > &list)
 
Tp unstableTake (std::size_t idx)
 

Detailed Description

template<typename Tp, typename Alloc = std::allocator<Tp>>
class Vector< Tp, Alloc >

Definition at line 7 of file vec.h.

Constructor & Destructor Documentation

◆ Vector() [1/2]

template<typename Tp , typename Alloc = std::allocator<Tp>>
Vector< Tp, Alloc >::Vector ( )
defaultnoexcept

◆ Vector() [2/2]

template<typename Tp , typename Alloc = std::allocator<Tp>>
Vector< Tp, Alloc >::Vector ( const std::initializer_list< Tp > & list)

Definition at line 12 of file vec.h.

Member Function Documentation

◆ unstableTake()

template<typename Tp , typename Alloc = std::allocator<Tp>>
Tp Vector< Tp, Alloc >::unstableTake ( std::size_t idx)

Definition at line 17 of file vec.h.

Referenced by SpacetreeSorter< Spacetree, PreSortCallback >::run().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: