staticAsserts.hpp
Go to the documentation of this file.
1
3
#pragma once
4
5
#include <type_traits>
6
#include "
indep/common/typedef.hpp
"
7
8
namespace
by {
9
10
template
<nbool...>
struct
boolPack
;
11
template
<nbool... bp>
using
allTrues = std::is_same<
boolPack
<bp...,
true
>,
boolPack
<
true
, bp...>>;
12
}
by::boolPack
Definition:
staticAsserts.hpp:10
typedef.hpp