|
template<typename T , typename TAllocator , typename TCounter > |
INLINE CopyableArray< T, TAllocator, TCounter > | copyable (const Array< T, TAllocator, TCounter > &array) |
|
template<typename T0 , typename... TArgs> |
Array< std::decay_t< T0 > > | makeArray (T0 &&t0, TArgs &&... rest) |
| Creates an array from a list of parameters. More...
|
|
template<typename T0 , typename... TArgs> |
Array< T0 & > | tieToArray (T0 &t0, TArgs &... rest) |
| Creates a l-value reference array from a list of l-value references. More...
|
|
template<typename T , typename TCounter > |
void | std::swap (Sph::Array< T, TCounter > &ar1, Sph::Array< T, TCounter > &ar2) |
|
Generic dynamically allocated resizable storage.
- Author
- Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
- Date
- 2016-2021
Definition in file Array.h.