8#include "Arp/Base/Core/Enum.hxx"
10namespace Arp::Base::Rsc::Commons
14enum class RscType :
uint8
97ARP_EXPORT std::ostream& operator<<(std::ostream& os,
const RscType value);
98ARP_EXPORT std::istream& operator>>(std::istream& is, RscType& value);
103template<>
struct fmt::formatter<
Arp::Base::Rsc::Commons::RscType>:
public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
Root namespace for the PLCnext API