numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of object_storage class. More...
#include <algorithm>
#include <array>
#include <cstddef>
#include <new>
#include <utility>
#include "num_collect/util/cache_line.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | num_collect::util::object_storage< T, MinimumAlignment > |
Class of storage of objects. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::util |
Namespace of utilities. | |
Definition of object_storage class.
Definition in file object_storage.h.