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

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"
+ Include dependency graph for static_stack.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::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.
 

Detailed Description

Definition of static_stack class.

Definition in file static_stack.h.