Loading...
Searching...
No Matches
staticAsserts.hpp
Go to the documentation of this file.
1
4
#pragma once
5
6
#include <type_traits>
7
#include "
indep/common/typedef.hpp
"
8
9
namespace
by {
10
11
template
<
nbool
...>
struct
boolPod
;
12
template
<
nbool
...
bp
>
using
allTrues = std::is_same<
boolPod
<
bp
...,
true
>,
boolPod
<
true
,
bp
...>>;
13
}
by::boolPod
Definition
staticAsserts.hpp:11
by::noWrap
Rich logging support with polymorphic type conversion.
Definition
richLog.hpp:34
typedef.hpp