omni::wstring::compare
NAME

omni::wstring::compare

A function of omni::wstring

#include <omni/xx/string.hxx>
inline int32_t omni::wstring::compare(const std::wstring& str1, size_t idx1, const std::wstring& str2, size_t idx2, size_t len, const omni::string::compare_options& options)


OVERLOADS

inline int32_t omni::wstring::compare(const std::wstring& str1, size_t idx1, size_t len1, const std::wstring& str2, size_t idx2, size_t len2, const omni::string::compare_options& options)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top