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

ip::basic_resolver::operator=
PrevUpHomeNext

Move-assign a ip::basic_resolver from another.

basic_resolver & operator=(
    basic_resolver && other);
  » more...

template<
    typename Executor1>
enable_if< is_convertible< Executor1, Executor >::value, basic_resolver & >::type operator=(
    basic_resolver< InternetProtocol, Executor1 > && other);
  » more...

PrevUpHomeNext