HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Namespaces | Functions
pattern_match.hpp File Reference

Defines the simple pattern match function. More...

Go to the source code of this file.

Namespaces

namespace  hi
 geometry/margins.hpp
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Functions

template<char Wildcard = '*'>
constexpr bool hi::v1::pattern_match (std::string_view needle, std::string_view haystack) noexcept
 Patern match.
 

Detailed Description

Defines the simple pattern match function.