8#include "Arp/Base/Core/Enum.hxx" 
   36ARP_EXPORT std::ostream& operator<<(std::ostream& os, 
ChildKind value);
 
   37ARP_EXPORT std::istream& operator>>(std::istream& is, 
ChildKind& value);
 
   43template<> 
struct fmt::formatter<
Arp::Plc::Commons::Meta::ChildKind> : 
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