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

Type trait to check if a type is an instance of a templated type. More...

#include <data_buffer.hpp>

Inheritance diagram for kamping::internal::is_specialization< T, Template >:

Detailed Description

template<class T, template< class... > class Template>
struct kamping::internal::is_specialization< T, Template >

Type trait to check if a type is an instance of a templated type.

based on https://stackoverflow.com/a/31763111

Template Parameters
TThe concrete type.
TemplateThe type template.
Returns
true if the type is an instance and false otherwise.

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