8#include "Arp/Base/Core/Enum.hxx"
12namespace Arp::Services::AppManager::Services
18enum class AdditionalAppInfoType :
int32
51ARP_EXPORT std::ostream& operator<<(std::ostream& os, AdditionalAppInfoType value);
52ARP_EXPORT std::istream& operator>>(std::istream& is, AdditionalAppInfoType& value);
58template<>
struct fmt::formatter<
Arp::Services::AppManager::Services::AdditionalAppInfoType> :
public fmt::ostream_formatter {};
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
Root namespace for the PLCnext API