#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | carla::detail::MoveWrapper< FunctorT > |
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::detail | |
Functions | |
template<typename FunctorT > | |
auto | carla::MoveHandler (FunctorT &&func) |
Hack to trick asio into accepting move-only handlers, if the handler were actually copied it would result in a link error. More... | |