CAF 0.17.6
Public Types | List of all members
caf::detail::tl_filter< type_list< T... >, Pred > Struct Template Reference

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

#include <type_list.hpp>

Public Types

using type = typename tl_filter_impl< type_list< T... >, Pred< T >::value... >::type
 

Detailed Description

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.


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