CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 函数
MoveHandler.h 文件参考
#include <type_traits>
#include <utility>
+ MoveHandler.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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.