Cppcheck
Public Types | List of all members
TaggedAllocator< T, N >::rebind< U > Struct Template Reference

#include <smallvector.h>

Public Types

using other = TaggedAllocator< U, N >
 

Detailed Description

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

Definition at line 51 of file smallvector.h.

Member Typedef Documentation

◆ other

template<class T , std::size_t N>
template<class U >
using TaggedAllocator< T, N >::rebind< U >::other = TaggedAllocator<U, N>

Definition at line 53 of file smallvector.h.


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