file
angle.hNamespaces
- namespace rll
- Contract-programming related functions and classes.
Classes
-
template <typename T, typename = std::struct rll::angle
enable_if_t<is_num_v<T>>> - Newtype describing an angle.
-
template <typename T>struct fmt::formatter<rll::angle<T>>
- Specialization of the
fmt::formatter
for the rll::angle class.
Enums
- enum class angle_unit: char { degrees, radians }
- Measurement unit of the angle.