4#ifndef TETL_TUPLE_TUPLE_SIZE_HPP
5#define TETL_TUPLE_TUPLE_SIZE_HPP
7#include <etl/_cstddef/size_t.hpp>
8#include <etl/_type_traits/integral_constant.hpp>
12template <
typename... Ts>
Definition adjacent_find.hpp:9
constexpr auto tuple_size_v
Definition tuple_size.hpp:28
Definition integral_constant.hpp:10