omni::string::trim_end
NAME

omni::string::trim_end

A static function of omni::string

#include <omni/xx/string.hxx>
inline OMNI_STRING_T_FW omni::string::trim_end(OMNI_STRING_T_FW str)

OVERLOADS

inline OMNI_STRING_T_FW omni::string::trim_end(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW param)
inline OMNI_STRING_T_FW omni::string::trim_end(OMNI_STRING_T_FW str, OMNI_STRING_T_FW params)
inline OMNI_STRING_T_FW omni::string::trim_end(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_end(OMNI_STRING_T_FW str, const OMNI_CHAR_T_FW (&params)[X])

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top