2.1.1.2.7. Strings

Declaration. 

typedef string<10> aBoundedString;
typedef string anUnboundedString;

Constants. 

const string aHello = "Hello\n";
const wstring aWideHello = L"Hello\n";