Vocabulary type that describes an size and template parameter that specifies element's type alignment requirements.
More...
#include <iffl_common.h>
|
|
size_t | size { 0 } |
| | Not padded size.
|
| |
|
|
static constexpr size_t const | alignment { ALIGNMENT_V } |
| | Element's type alignment requirements.
|
| |
template<size_t ALIGNMENT_V>
class iffl::size_with_padding< ALIGNMENT_V >
Vocabulary type that describes an size and template parameter that specifies element's type alignment requirements.
- Template Parameters
-
| ALIGNMENT_V | - alignment requirements of the element's type |
◆ padding_size()
template<size_t ALIGNMENT_V>
- Returns
- Returns size of padding
◆ size_padded()
template<size_t ALIGNMENT_V>
- Returns
- Returns size padded to alignment
The documentation for this class was generated from the following file: