feat: iec::bit using-declared in iec::unit_symbols

This commit is contained in:
Mateusz Pusz
2024-09-28 15:08:36 +02:00
parent fb8f67c68a
commit fcbd172135

View File

@@ -35,6 +35,8 @@ inline constexpr auto var = volt_ampere_reactive_power;
// Information science and technology // Information science and technology
// bit // bit
using iec::bit;
inline constexpr auto kbit = si::kilo<bit>; inline constexpr auto kbit = si::kilo<bit>;
inline constexpr auto Mbit = si::mega<bit>; inline constexpr auto Mbit = si::mega<bit>;
inline constexpr auto Gbit = si::giga<bit>; inline constexpr auto Gbit = si::giga<bit>;