15 template <
typename FunctorT>
32 template <
typename FunctorT>
34 using F =
typename std::decay<FunctorT>::type;
This file contains definitions of common data structures used in traffic manager.
auto MoveHandler(FunctorT &&func)
Hack to trick asio into accepting move-only handlers, if the handler were actually copied it would re...
MoveWrapper(FunctorT &&f)
MoveWrapper & operator=(const MoveWrapper &)
MoveWrapper(const MoveWrapper &)
MoveWrapper(MoveWrapper &&)=default
MoveWrapper & operator=(MoveWrapper &&)=default