Loading...
Searching...
No Matches
staticAsserts.hpp
Go to the documentation of this file.
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