4#ifndef TETL_MPL_COUNT_HPP
5#define TETL_MPL_COUNT_HPP
7#include <etl/_cstddef/size_t.hpp>
8#include <etl/_mpl/list.hpp>
9#include <etl/_type_traits/integral_constant.hpp>
10#include <etl/_type_traits/is_same.hpp>
14template <
typename Needle,
typename Haystack>
17template <
typename Needle,
typename... Ts>
constexpr auto count_v
Definition count.hpp:21
Definition adjacent_find.hpp:9
Definition integral_constant.hpp:10