로딩중...
검색중...
일치하는것 없음
staticAsserts.hpp
이 파일의 문서화 페이지로 가기
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