omni::wstring::replace_all
NAME

omni::wstring::replace_all

A static function of omni::omni::wstring

#include <omni/xx/string.hxx>
template < std::size_t X, std::size_t Y > inline std::wstring omni::wstring::replace_all(std::wstring str, const wchar_t (&fnd)[X], const wchar_t (&newstr)[Y], std::size_t pos)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top