8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace NmPayload {
namespace NotificationLogger
13enum class ARP_CXX_SYMBOL_EXPORT StorageFileFormatMigrationResult :
uint32
24ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, StorageFileFormatMigrationResult value);
25ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, StorageFileFormatMigrationResult& value);
29template<>
struct fmt::formatter<
Arp::System::NmPayload::NotificationLogger::StorageFileFormatMigrationResult>:
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