로딩중...
검색중...
일치하는것 없음
staticAsserts.hpp
이 파일의 문서화 페이지로 가기
1
4
#pragma once
5
6
#include "
indep/common/typedef.hpp
"
7
#include <type_traits>
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
}
// namespace by
by::tweak
Weak reference smart pointer with type-safe access
Definition
tweak.hpp:16
by::boolPod
Definition
staticAsserts.hpp:11
typedef.hpp
to Top