Cppcheck
Classes | Public Member Functions | List of all members
TaggedAllocator< T, N > Struct Template Reference

#include <smallvector.h>

Inheritance diagram for TaggedAllocator< T, N >:

Classes

struct  rebind
 

Public Member Functions

template<class ... Ts>
 TaggedAllocator (Ts &&... ts)
 
template<class U >
 TaggedAllocator (const TaggedAllocator< U, N >)
 

Detailed Description

template<class T, std::size_t N>
struct TaggedAllocator< T, N >

Definition at line 36 of file smallvector.h.

Constructor & Destructor Documentation

◆ TaggedAllocator() [1/2]

template<class T , std::size_t N>
template<class ... Ts>
TaggedAllocator< T, N >::TaggedAllocator ( Ts &&...  ts)
inline

Definition at line 41 of file smallvector.h.

◆ TaggedAllocator() [2/2]

template<class T , std::size_t N>
template<class U >
TaggedAllocator< T, N >::TaggedAllocator ( const TaggedAllocator< U, N >  )
inline

Definition at line 48 of file smallvector.h.


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