8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Base::Acf::Services
18enum class ComponentInfoKind :
uint32
26 RequiredCapabilities = 1,
31ARP_EXPORT std::ostream& operator<<(std::ostream& os, ComponentInfoKind value);
32ARP_EXPORT std::istream& operator>>(std::istream& is, ComponentInfoKind& value);
38template<>
struct fmt::formatter<
Arp::Base::Acf::Services::ComponentInfoKind> :
public fmt::ostream_formatter {};
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
Root namespace for the PLCnext API