|
using | dimension_type = DimensionType |
|
constexpr | dim (const dimension_type &size=dimension_type{}) |
constexpr const dimension_type & | operator[] (const size_type &dimension) const noexcept |
dimension_type & | operator[] (const size_type &dimension) |
constexpr | operator bool () const |
|
static constexpr size_type | dimensionality = 1u |
|
struct | dim< 2 > |
constexpr bool | operator== (const dim &x, const dim &y) |
constexpr bool | operator!= (const dim &x, const dim &y) |
constexpr dim | operator* (const dim &x, const dim &y) |
std::ostream & | operator<< (std::ostream &os, const dim &x) |
struct | dim< dimensionality+1 > |
The documentation for this struct was generated from the following file: