PCL
Character Traits Classes

A character traits class characterizes a data type to represent a single element of a string, or character. For example, a char traits class must provide primitive routines to copy, compare and classify characters and sequences of characters. Those primitives are then used as the building blocks of more complex structures such as character strings and other text-oriented containers. More...

Classes

class  pcl::CharTraits
 A template instantiation of GenericCharTraits for char16_type. More...
 
class  pcl::GenericCharTraits< T >
 Generic base class of character traits classes. More...
 
class  pcl::IsoCharTraits
 A template instantiation of GenericCharTraits for the char type. More...
 

Detailed Description