boost::http::is_route_result
Return true if rv is a route result.
Synopsis
bool
is_route_result(route_result rv) noexcept;
Description
A route_result can hold any error code, and this function returns true only if rv holds a value from the route enumeration.
Parameters
| Name | Description |
|---|---|
rv |
The result type returned by a route handler. |
Created with MrDocs