15inline auto format_cast(T&& value)
17 return std::forward<T>(value);
20inline auto format_cast(
int8 value)
22 return static_cast<int>(value);
25inline auto format_cast(
uint8 value)
27 return static_cast<unsigned int>(value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
std::int8_t int8
The Arp integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:27
Root namespace for the PLCnext API