Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
|
Common types. More...
Functions | |
template<typename T , typename = typename std::enable_if<std::is_enum<T>::value, T>::type> | |
constexpr std::underlying_type< T >::type | EnumToVal (T enum_val) |
Convert enum class constant to the underlying integral type value. | |
Common types.
|
constexpr |
Convert enum class constant to the underlying integral type value.
T | The enum class type |
[in] | enum_val | The enum constant |
Definition at line 46 of file types.hpp.
Referenced by fpsdk::common::gnss::GnssSvNrBandSignalToSatSig(), and fpsdk::common::gnss::GnssSvNrToSat().