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
char char8
The Arp character type of 1 byte size.
Definition: PrimitiveTypes.hpp:45
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:29
char16_t char16
The Arp character type of 2 byte size.
Definition: PrimitiveTypes.hpp:49
Root namespace for the PLCnext API
Namespace of the C++ standard library