REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
regex.hpp
Go to the documentation of this file.
1
32#ifndef REAL_STD_REGEX_HPP
33#define REAL_STD_REGEX_HPP
34
35// Internal — do not include directly.
36// Users: #include <real/real.hpp> (or the documented opt-ins <real/dfa.hpp>, <real/std/regex.hpp>).
37
38#include "regex_core.hpp"
39#include "regex_match.hpp"
40#include "regex_iter.hpp"
41
42#endif // REAL_STD_REGEX_HPP
std::regex-compatibility layer, part 1/3: the constants, the error type, the backend-routing screens,...
std::regex-compatibility layer, part 3/3: regex_iterator and regex_token_iterator....
std::regex-compatibility layer, part 2/3: sub_match, match_results, the shared runner,...