Cppcheck
Public Member Functions | List of all members
SmallVector< T, N > Class Template Reference

#include <smallvector.h>

Inheritance diagram for SmallVector< T, N >:

Public Member Functions

template<class ... Ts>
 SmallVector (Ts &&... ts)
 

Detailed Description

template<typename T, std::size_t N = DefaultSmallVectorSize>
class SmallVector< T, N >

Definition at line 58 of file smallvector.h.

Constructor & Destructor Documentation

◆ SmallVector()

template<typename T , std::size_t N = DefaultSmallVectorSize>
template<class ... Ts>
SmallVector< T, N >::SmallVector ( Ts &&...  ts)
inline

Definition at line 63 of file smallvector.h.


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