omni::wstring::ends_with
NAME

omni::wstring::ends_with

A function of omni::wstring

#include <omni/xx/string.hxx>
inline bool omni::wstring::ends_with(const std::wstring& chk, const std::wstring& fnd)


OVERLOADS

inline bool omni::wstring::ends_with(const std::wstring& chk, const std::wstring& fnd, bool ignore_case)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top