Create a new list containing all elements which satisfy Pred
.
More...
#include <type_list.hpp>
template<template< class > class Pred, class... T>
struct caf::detail::tl_filter< type_list< T... >, Pred >
Create a new list containing all elements which satisfy Pred
.
◆ type
template<template< class > class Pred, class... T>
using caf::detail::tl_filter< type_list< T... >, Pred >::type |
Initial value:
typename tl_filter_impl<
type_list<T...>,
Pred<T>::value...
>::type
The documentation for this struct was generated from the following file:
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/detail/type_list.hpp