#include <Relocation.h>
|
constexpr bool | match (std::span< const std::byte, sizeof...(Rules)> a_bytes) const noexcept |
|
bool | match (std::uintptr_t a_address) const noexcept |
|
void | match_or_fail (std::uintptr_t a_address, std::source_location a_loc=std::source_location::current()) const noexcept |
|
◆ match() [1/2]
◆ match() [2/2]
◆ match_or_fail()
template<class... Rules>
void REL::detail::PatternMatcher< Rules >::match_or_fail |
( |
std::uintptr_t |
a_address, |
|
|
std::source_location |
a_loc = std::source_location::current() |
|
) |
| const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: