15#include <kamping/named_parameter_filtering.hpp>
17namespace kamping::plugin {
27 typename CommunicatorClass,
28 template <
typename...>
29 typename DefaultContainerType,
30 template <
typename,
template <
typename...>
typename>
52auto filter_args_into_tuple(
Args&&...
args) {
STL-compatible allocator for requesting memory using the builtin MPI allocator.
Definition allocator.hpp:32
Internal namespace marking the code that is not user-facing.
Definition collectives_helpers.hpp:20
Base template used to filter a list of types and only keep those whose types meet specified criteria....
Definition named_parameter_filtering.hpp:46
Helper class for using CRTP for mixins. Which are used to implement kamping plugins.
Definition plugin_helpers.hpp:32