metaprogramming integral metasequence
More...
#include <metasequences.h>
template<typename IntT, IntT... Values>
requires (
is_integral_v<IntT>)
struct fennec::integer_metasequence< IntT, Values >
A fennec::metasequence specialized integer types.
- Template Parameters
-
|
|
using | value_type = IntT |
| | type of the sequence
|
| |
|
using | type = integer_metasequence |
| | self-referential type
|
| |
|
using | value_type = IntT |
| | type of the metasequence
|
| |
|
using | type = metasequence |
| | self-referential type
|
| |
|
| static constexpr size_t | size () noexcept |
| | returns the number of elements
|
| |
| static constexpr size_t | size () noexcept |
| | returns the number of elements
|
| |
◆ size()
template<typename IntT , IntT... Values>
|
|
inlinestaticconstexprnoexcept |
- Returns
- number of elements in the array
The documentation for this struct was generated from the following file: