PLCnext API Documentation 25.0.2.69
StaticWString.hxx
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Plc/Commons/Gds/StaticString.hxx"
9
10namespace Arp { namespace Plc { namespace Commons { namespace Gds
11{
12template<uint16 N = 80>
13using StaticWString = StaticString<N, char16>;
14}}}} // end of namespace Arp::Plc::Commons::Gds
Root namespace for the PLCnext API