8#include "Arp/System/Core/Enum.hxx" 
   10namespace Arp { 
namespace Plc { 
namespace Commons { 
namespace Esm
 
   13enum class ExceptionTypeId : 
uint32 
   25ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, ExceptionTypeId value);
 
   26ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, ExceptionTypeId& value);
 
   30template<> 
struct fmt::formatter<
Arp::Plc::Commons::Esm::ExceptionTypeId>: 
public fmt::ostream_formatter {};
 
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:33
 
Root namespace for the PLCnext API