Xped
Loading...
Searching...
No Matches
Bool.hpp
Go to the documentation of this file.
1#ifndef XPED_BOOL_HPP_
2#define XPED_BOOL_HPP_
3
4namespace Xped {
5
6template <bool b>
7struct Bool
8{};
9
10} // namespace Xped
11#endif
Definition: bench.cpp:62
Definition: Bool.hpp:8