8#include "Arp/Base/Core/Enum.hxx"
10namespace Arp::Io::Commons::Configuration
23ARP_EXPORT std::ostream& operator<<(std::ostream& os, TicArcRole value);
24ARP_EXPORT std::istream& operator>>(std::istream& is, TicArcRole& value);
28template<>
struct fmt::formatter<
Arp::Io::Commons::Configuration::TicArcRole>:
public fmt::ostream_formatter {};
Root namespace for the PLCnext API