8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Base::Acf::Commons
16enum class ComponentCategory :
uint8
36ARP_EXPORT std::ostream& operator<<(std::ostream& os, ComponentCategory value);
37ARP_EXPORT std::istream& operator>>(std::istream& is, ComponentCategory& value);
43template<>
struct fmt::formatter<
Arp::Base::Acf::Commons::ComponentCategory> :
public fmt::ostream_formatter {};
47using Arp::Base::Acf::Commons::ComponentCategory;
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
This is the namespace of the Application Component Framework.
Definition: ComponentBase.hpp:72
Root namespace for the PLCnext API