Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
|
Fixposition SDK: Common types. More...
#include <cstdint>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | fpsdk |
Fixposition SDK. | |
namespace | fpsdk::common |
Fixposition SDK: Common library. | |
namespace | fpsdk::common::types |
Common types. | |
Functions | |
template<typename T , typename = typename std::enable_if<std::is_enum<T>::value, T>::type> | |
constexpr std::underlying_type< T >::type | fpsdk::common::types::EnumToVal (T enum_val) |
Convert enum class constant to the underlying integral type value. | |
Fixposition SDK: Common types.
* ___ ___ * \ \ / / * \ \/ / Copyright (c) Fixposition AG (www.fixposition.com) and contributors * / /\ \ License: see the LICENSE file * /__/ \__\ *
Definition in file types.hpp.