ASPiK SDK
VSTGUI::TrimOptions Struct Reference

Public Types

using CharTestFunc = std::function< bool(char32_t)>
 

Public Member Functions

 TrimOptions (CharTestFunc &&func=[](char32_t c) { return isSpace(c);})
 
TrimOptionsleft ()
 
TrimOptionsright ()
 
bool trimLeft () const
 
bool trimRight () const
 
bool operator() (char32_t c) const
 

The documentation for this struct was generated from the following file: