omni::string::util::ends_with
NAME

omni::string::util::ends_with

A function of omni::string::util

#include <omni/string/util.hpp>
template < typename std_string_t > bool omni::string::util::ends_with(const std_string_t& haystack, const std_string_t& needle, bool ignore_case)


OVERLOADS

template < typename std_string_t, std::size_t X > bool omni::string::util::ends_with(const std_string_t& haystack, const typenamestd_string_t::value_type(& needle)
template < typename std_string_t > inline bool omni::string::util::ends_with(const std_string_t& haystack, const std_string_t& needle)
template < typename std_string_t, std::size_t X > inline bool omni::string::util::ends_with(const std_string_t& haystack, const typenamestd_string_t::value_type(& needle)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top