#include <type_traits>
#include <utility>
类 | |
struct | carla::detail::MoveWrapper< FunctorT > |
命名空间 | |
namespace | carla |
This file contains definitions of common data structures used in traffic manager. | |
namespace | carla::detail |
函数 | |
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. | |