API Reference > OdDAI Namespace > Classes > FixedLengthString Template
FixedLengthString Template
OdDAI__FixedLengthString
Syntax
C++
template <size_t fixedLength = 22> class FixedLengthString;

daiFixedLengthString.h

A class that implements generating and storing fiexed length string objects.

Creates a new fiexed length string object with default parameters. 
Retrieves the constant raw pointer to the underlying string.  
!= 
Inequality operator for fiexed length string objects.  
< 
The "less-than" operator for fiexed length string objects.  
= 
Assignment operator for fiexed length string objects.  
== 
Comparison operator for fiexed length string objects.  
Converts the fiexed length string object's value to a C++ character array.  
Converts the fiexed length string object's value to a constant C++ character array.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.