numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
object_storage.h File Reference

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>
+ Include dependency graph for object_storage.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of object_storage class.

Definition in file object_storage.h.