|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <MemSpan.h>

Static Public Member Functions | |
| static size_t | count (size_t size) |
Static Public Attributes | |
| static constexpr bool | value |
true if the size of T is an integral multiple of the size of U or vice versa. | |
Meta Function to check the type compatibility of two spans..
| T | Source span type. |
| U | Destination span type. |
The types are compatible if one is an integral multiple of the other, so the span divides evenly.
U must not lose constancy compared to T.
|
static |
|
staticconstexpr |