forked from mpusz/mp-units
feat: iec::bit
using-declared in iec::unit_symbols
This commit is contained in:
@@ -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>;
|
||||||
|
Reference in New Issue
Block a user