CARLA
Public Attributes | List of all members
carla::RecurrentSharedFuture< T >::mapped_type Struct Reference
+ Collaboration diagram for carla::RecurrentSharedFuture< T >::mapped_type:

Public Attributes

bool should_wait
 
boost::variant2::variant< SharedException, T > value
 

Detailed Description

template<typename T>
struct carla::RecurrentSharedFuture< T >::mapped_type

Definition at line 72 of file RecurrentSharedFuture.h.

Member Data Documentation

◆ should_wait

template<typename T>
bool carla::RecurrentSharedFuture< T >::mapped_type::should_wait

Definition at line 73 of file RecurrentSharedFuture.h.

◆ value

template<typename T>
boost::variant2::variant<SharedException, T> carla::RecurrentSharedFuture< T >::mapped_type::value

Definition at line 74 of file RecurrentSharedFuture.h.


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