C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::tl_filter< type_list< Ts... >, Pred > Struct Template Reference

Create a new list containing all elements which satisfy Pred. More...

#include <type_list.hpp>

Inherits caf::detail::tl_filter_impl< Input, Selection, Output >.

Detailed Description

template<class... Ts, template< class > class Pred>
struct caf::detail::tl_filter< type_list< Ts... >, Pred >

Create a new list containing all elements which satisfy Pred.


The documentation for this struct was generated from the following file: