omni::string::util::pad_left

SYNOPSIS

No synopsis found.

#include <omni/string/util.hpp>
template < typename std_string_t > std_string_t omni::string::util::pad_left(std_string_t str, typename std_string_t::value_type pad, std::size_t count)


top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top