로딩중...
검색중...
일치하는것 없음
staticAsserts.hpp
이 파일의 문서화 페이지로 가기
1
4#pragma once
5
6#include <type_traits>
8
9namespace by {
10
11 template <nbool...> struct boolPod;
12 template <nbool... bp> using allTrues = std::is_same<boolPod<bp..., true>, boolPod<true, bp...>>;
13}
Definition staticAsserts.hpp:11
Rich logging support with polymorphic type conversion
Definition richLog.hpp:34