KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::FilterOut< Predicate > Struct Template Reference

Specialisation of template class used to filter a list of types and only keep the those whose types meet the specified criteria. More...

#include <named_parameter_filtering.hpp>

Public Types

using type = std::tuple<>
 Tuple of types meeting the specified criteria.
 

Detailed Description

template<typename Predicate>
struct kamping::internal::FilterOut< Predicate >

Specialisation of template class used to filter a list of types and only keep the those whose types meet the specified criteria.


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