1#ifndef TATOOINE_TYPE_NUMBER_PAIR_H
2#define TATOOINE_TYPE_NUMBER_PAIR_H
8template <
typename T, std::
size_t N>
11 static auto constexpr value = N;
Definition: algorithm.h:6
Definition: type_number_pair.h:9
T type
Definition: type_number_pair.h:10
static auto constexpr value
Definition: type_number_pair.h:11