proxygen
|
Typedefs | |
using | UriTuple = std::tuple< const std::string &, const std::string &, const std::string &, const std::string &, uint16_t, const std::string &, const std::string &, const std::string & > |
Functions | |
UriTuple | as_tuple (const folly::Uri &k) |
using folly::uri_detail::UriTuple = typedef std::tuple< const std::string&, const std::string&, const std::string&, const std::string&, uint16_t, const std::string&, const std::string&, const std::string&> |
|
inline |
Definition at line 41 of file Uri-inl.h.
References folly::Uri::fragment(), folly::Uri::host(), folly::Uri::password(), folly::Uri::path(), folly::Uri::port(), folly::Uri::query(), folly::Uri::scheme(), and folly::Uri::username().
Referenced by std::hash< folly::Uri >::operator()(), and std::equal_to< folly::Uri >::operator()().