Taskflow  3.2.0-Master-Branch
Loading...
Searching...
No Matches
small_vector.hpp File Reference

small vector include file More...

Go to the source code of this file.

Classes

class  tf::SmallVector< T, N >
 class to define a vector optimized for small array More...
 

Namespaces

namespace  tf
 taskflow namespace
 

Functions

template<typename T >
void std::swap (tf::SmallVectorImpl< T > &LHS, tf::SmallVectorImpl< T > &RHS)
 Implement std::swap in terms of SmallVector swap.
 
template<typename T , unsigned N>
void std::swap (tf::SmallVector< T, N > &LHS, tf::SmallVector< T, N > &RHS)
 Implement std::swap in terms of SmallVector swap.
 

Detailed Description

small vector include file