omni::string::pad_left
NAME

omni::string::pad_left

A static function of omni::string

#include <omni/xx/string.hxx>
inline OMNI_STRING_T_FW omni::string::pad_left(OMNI_STRING_T_FW str, OMNI_CHAR_T_FW pad, std::size_t count)

OVERLOADS

inline OMNI_STRING_T_FW omni::string::pad_left(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_left(OMNI_STRING_T_FW str, const OMNI_CHAR_T_FW (&pad)[X], std::size_t count)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top