Determines whether the source type-lists contain the same elements in the same order.
More...
|
| template<concepts::type_list First, concepts::type_list... Others> |
| constexpr bool | sl::type_list::equal_v = equal<First, Others...>::value |
| | Convenience constant, exposing the value member of the equal trait.
|
| |
Determines whether the source type-lists contain the same elements in the same order.
◆ equal_v
template<concepts::type_list First, concepts::type_list... Others>
| constexpr bool sl::type_list::equal_v = equal<First, Others...>::value |
|
inlineconstexpr |
Convenience constant, exposing the value member of the equal trait.
- Template Parameters
-
| First | The first type-list. |
| Others | Other type-lists to be compared to. |