8#ifndef ARP_USE_ARP_SYSTEM_CORE 
   10#include "Arp/Base/Core/Endianness.hpp" 
   30    Current = LittleEndian 
 
   36ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, Endianness value);
 
   37ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, Endianness& value);
 
   43template<> 
struct fmt::formatter<
Arp::Endianness> : 
public fmt::ostream_formatter {};
 
Root namespace for the PLCnext API