NAME
A static function of omni::string
OVERLOADS
omni::string::pad_right
A static function of omni::string
#include <omni/xx/string.hxx>inline OMNI_STRING_T_FW omni::string::pad_right(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW pad, std::size_t count)OVERLOADS
inline OMNI_STRING_T_FW omni::string::pad_right(OMNI_STRING_T_FW str, const OMNI_STRING_T_FW& pad, std::size_t count)
template < std::size_t X > inline OMNI_STRING_T_FW omni::string::pad_right(OMNI_STRING_T_FW str, const OMNI_CHAR_T_FW (&pad)[X], std::size_t count)