CARLA
Classes | Namespaces | Functions
MoveHandler.h File Reference
#include <type_traits>
#include <utility>
+ Include dependency graph for MoveHandler.h:
+ This graph shows which files directly or indirectly include this file:

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...