Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
assert_helpers.h
Go to the documentation of this file.
1
22#pragma once
23
24
28namespace knp::meta
29{
30
34template <class>
35inline constexpr bool always_false_v = false;
36
37} // namespace knp::meta
Metaprogramming library namespace.
constexpr bool always_false_v
Template used to generate a fixed false value for static asserts.