|
Stratax 0.2.0
|
#include <vector>#include "Buffer.hpp"#include "../Concepts.hpp"#include "../Exceptions.hpp"#include "../validation/Validation.hpp"#include <ostream>Go to the source code of this file.
Classes | |
| class | stratax::core::Shape |
| Stores a list of dimension lengths for an array shape. More... | |
| struct | stratax::core::Shape::allow_zero_t |
Namespaces | |
| namespace | stratax |
| namespace | stratax::core |
Functions | |
| std::ostream & | stratax::core::operator<< (std::ostream &os, const Shape &shape) |
| Writes a shape to a stream in tuple-like form. | |