8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Base::Acf::Services
18enum class LibraryInfoKind :
uint32
32ARP_EXPORT std::ostream& operator<<(std::ostream& os, LibraryInfoKind value);
33ARP_EXPORT std::istream& operator>>(std::istream& is, LibraryInfoKind& value);
39template<>
struct fmt::formatter<
Arp::Base::Acf::Services::LibraryInfoKind> :
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