|
OpenKalman
|
A fixed value cast from another fixed value. More...
#include <cast_to.hpp>
Public Types | |
| using | value_type = T |
| using | type = fixed_cast |
Public Member Functions | |
| constexpr | operator value_type () const |
| constexpr value_type | operator() () const |
Static Public Attributes | |
| static constexpr auto | value {static_cast<value_type>(values::fixed_value_of_v<Arg>)} |
A fixed value cast from another fixed value.
| T | The new value type |
| Arg | The underlying fixed value |
1.8.13