numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of static_stack class. More...
#include <cstddef>
#include <new>
#include "num_collect/base/exception.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/logging_macros.h"
Go to the source code of this file.
Classes | |
class | num_collect::util::static_stack< T, StaticArraySize > |
Class of stacks using static arrays. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::util |
Namespace of utilities. | |
Definition of static_stack class.
Definition in file static_stack.h.