Project
Loading...
Searching...
No Matches
vecpod.h File Reference
#include <vector>

Go to the source code of this file.

Classes

struct  vecpod_allocator< T >
 

Typedefs

template<class T >
using vecpod = typename std::vector< T, vecpod_allocator< T > >
 

Detailed Description

Author
David Rohr

Definition in file vecpod.h.

Typedef Documentation

◆ vecpod

template<class T >
using vecpod = typename std::vector<T, vecpod_allocator<T> >

Definition at line 31 of file vecpod.h.