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
28
namespace
knp::meta
29
{
30
34
template
<
class
>
35
inline
constexpr
bool
always_false_v
=
false
;
36
37
}
// namespace knp::meta
knp::meta
Metaprogramming library namespace.
Definition
assert_helpers.h:29
knp::meta::always_false_v
constexpr bool always_false_v
Template used to generate a fixed false value for static asserts.
Definition
assert_helpers.h:35