CARLA
Public Member Functions | List of all members
carla::Functional::Overload< T, Ts... > Struct Template Reference
+ Inheritance diagram for carla::Functional::Overload< T, Ts... >:
+ Collaboration diagram for carla::Functional::Overload< T, Ts... >:

Public Member Functions

 Overload (T &&func, Ts &&... rest)
 

Detailed Description

template<typename T, typename... Ts>
struct carla::Functional::Overload< T, Ts... >

Definition at line 43 of file Functional.h.

Constructor & Destructor Documentation

◆ Overload()

template<typename T , typename... Ts>
carla::Functional::Overload< T, Ts... >::Overload ( T &&  func,
Ts &&...  rest 
)
inline

Definition at line 44 of file Functional.h.


The documentation for this struct was generated from the following file: