8#include "Arp/Base/Core/Enum.hxx" 
   10namespace Arp::Base::Rsc::Commons
 
   20enum class RscStringEncoding
 
   28ARP_EXPORT std::ostream& operator<<(std::ostream& os, RscStringEncoding value);
 
   29ARP_EXPORT std::istream& operator>>(std::istream& is, RscStringEncoding& value);
 
   33template<> 
struct fmt::formatter<
Arp::Base::Rsc::Commons::RscStringEncoding>: 
public fmt::ostream_formatter {};
 
Root namespace for the PLCnext API