MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Typedefs
aligned_memory.h File Reference
#include <cstdint>
#include <vector>
#include "util/defines.h"
#include "util/aligned_allocator.h"
Include dependency graph for aligned_memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  util
 Parser, tokenizer, timer, smart pointer, threads, etc.
 

Typedefs

template<typename T , size_t ALIGNMENT = 16>
using util::AlignedMemory = std::vector< T, AlignedAllocator< T, ALIGNMENT > >