boost::asio::deferred_conditional::otherwise
Set the false branch of the conditional.
Synopsis
Declared in <boost/asio/deferred.hpp>
template<typename T>
deferred_conditional<OnTrue, T>
otherwise(
T on_false,
int* = 0,
int* = 0,
int* = 0);
Return Value
Used to represent a deferred conditional branch.
Created with MrDocs