Files
Cpp-in-Embedded-Systems/Chapter18/cib/libs/stdx/detail/bitset_common.hpp
Amar Mahmutbegovic 8634accda5 add Chapter18
2025-02-06 00:19:59 +01:00

11 lines
235 B
C++

#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