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