|
xrpld
|
Classes | |
| struct | CiEqualPred |
Functions | |
| bool | isLws (char c) |
| Returns true if c is linear white space. | |
| bool | isWhite (char c) |
| Returns true if c is any whitespace character. | |
| template<class FwdIter> | |
| FwdIter | trimRight (FwdIter first, FwdIter last) |
| template<class String> | |
| String | trimRight (String const &s) |
| bool beast::rfc2616::detail::isLws | ( | char | c | ) |
| bool beast::rfc2616::detail::isWhite | ( | char | c | ) |
| FwdIter beast::rfc2616::detail::trimRight | ( | FwdIter | first, |
| FwdIter | last ) |