KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Type trait to check if a type is an instance of a templated type. More...
#include <data_buffer.hpp>
Type trait to check if a type is an instance of a templated type.
based on https://stackoverflow.com/a/31763111
T | The concrete type. |
Template | The type template. |
true
if the type is an instance and false
otherwise.