Contents
Base class to help with encoding conversions without heap allocations.
#include <scripthelper.h> template <class T> class ScriptString { public: // methods bool isEmpty () const; };