Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Specialization test template. More...
#include <knp/meta/specialization_helpers.h>
Specialization test template.
See Stack Overflow.
T | possible specialization of Template . |
Template | template. static_assert(is_specialization<std::vector<int>, std::vector>{}, "");
static_assert(!is_specialization<std::vector<int>, std::list>{}, "");
|
Definition at line 87 of file specialization_helpers.h.