|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
Event-name glob matcher. More...
#include <cstddef>#include <limits>#include <string>#include <string_view>#include <utility>

Go to the source code of this file.
Classes | |
| class | conduit::Glob |
| Event-name glob matcher. More... | |
Namespaces | |
| namespace | conduit |
| namespace | conduit::detail |
Functions | |
| constexpr bool | conduit::detail::glob_match_impl (const std::string_view pattern, const std::string_view name) noexcept |
Event-name glob matcher.
Semantics:
* matches any sequence of characters except . within one segment.** matches any sequence including . (crosses segments).