Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

query

A customisation point that queries the value of a property.

constexpr unspecified query = unspecified;

The name query denotes a customization point object. The expression boost::asio::query(E, P) for some subexpressions E and P (with types T = decay_t<decltype(E)> and Prop = decay_t<decltype(P)>) is expression-equivalent to:

Requirements

Header: boost/asio/query.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext