add Chapter18
This commit is contained in:
10
Chapter18/cib/libs/stdx/detail/bitset_common.hpp
Normal file
10
Chapter18/cib/libs/stdx/detail/bitset_common.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace stdx {
|
||||
inline namespace v1 {
|
||||
struct place_bits_t {};
|
||||
constexpr inline auto place_bits = place_bits_t{};
|
||||
struct all_bits_t {};
|
||||
constexpr inline auto all_bits = all_bits_t{};
|
||||
} // namespace v1
|
||||
} // namespace stdx
|
||||
Reference in New Issue
Block a user