1#ifndef FILTER_FILTER_MAP_HPP_
2#define FILTER_FILTER_MAP_HPP_
13 template<
typename>
typename Mapper
18 template<
typename>
typename Mapper,
25 using MappedType =
typename Mapper<Head>::type;
29 using type = std::conditional_t<
30 std::same_as<MappedType, None>,
37 template<
typename>
typename Mapper
46 template<
typename>
typename Mapper
Compile-time type pack utilities and metaprogramming foundations.