LLVM 22.0.0git
|
#include "llvm/Support/TextEncoding.h"
Public Member Functions | |
virtual | ~TextEncodingConverterImplBase ()=default |
std::error_code | convert (StringRef Source, SmallVectorImpl< char > &Result) |
Converts a string and resets the converter to the initial state. | |
Definition at line 32 of file TextEncoding.h.
|
virtualdefault |
|
inline |
Converts a string and resets the converter to the initial state.
Definition at line 64 of file TextEncoding.h.