8#include "Arp/Plc/Commons/Meta/ArrayDimensions.hpp"
9#include "Arp/Plc/Commons/Meta/TypeSystem/DataTypeDeductionBase.hpp"
11namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta {
namespace TypeSystem
59template<
class T,
size_t N>
68template<
class T,
size_t N1,
size_t N2>
77template<
class T,
size_t N1,
size_t N2,
size_t N3>
This class represents the counterpart to the data type 'IecString', 'IecWString'. It's the C++ data t...
Definition: StaticString.hxx:19
char16_t char16
The Arp character type of 2 byte size.
Definition: PrimitiveTypes.hpp:50
char char8
The Arp character type of 1 byte size.
Definition: PrimitiveTypes.hpp:48
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:32
@ StaticWString
summary>Iec Wide String type (UTF-16), only for internal use
@ StaticString
summary>Iec String type, only for internal use
Root namespace for the PLCnext API
Namespace of the C++ standard library