NAME
A static function of omni::string
OVERLOADS
omni::string::trim_front
A static function of omni::string
#include <omni/xx/string.hxx>inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str)OVERLOADS
inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW param)
inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str, OMNI_STRING_T_FW params)
inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str, omni_sequence_t<OMNI_CHAR_T_FW>& params)
template < std::size_t X > inline OMNI_STRING_T_FW omni::string::trim_front(OMNI_STRING_T_FW str, const OMNI_CHAR_T_FW (¶ms)[X])