Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ createIconvStringConverter()

template<typename charT>
std::shared_ptr< Ice::BasicStringConverter< charT > > Ice::createIconvStringConverter ( const std::string & internalCodeWithDefault = "")

Creates a string converter for the given code.

Parameters
internalCodeWithDefaultThe desired code. If empty or not provided, a default code is used.
Returns
The converter object.
Exceptions
FeatureNotSupportedExceptionIf the code is not supported.

Definition at line 202 of file IconvStringConverter.h.