|
Upa URL C++ library
A WHATWG URL Standard implementation
|
The result of executing the URL pattern when there is a match. More...
#include <upa/urlpattern.h>
The result of executing the URL pattern when there is a match.
This struct extends the upa::urlpattern_result by adding an inputs member. It can be specified as a template argument for the upa::urlpattern's exec function, when the inputs member is required.
The inputs member stores references to the exec function arguments. Therefore, it can only be accessed while these arguments aren't modified or destroyed.
Definition at line 581 of file urlpattern.h.
| urlpattern_inputs upa::urlpattern_result_and_inputs::inputs |
Definition at line 582 of file urlpattern.h.