iox::cxx::pair🔗
Public Types🔗
Name | |
---|---|
using FirstType | first_type |
using SecondType | second_type |
Public Attributes🔗
Name | |
---|---|
first_type | first |
second_type | second |
Detailed Description🔗
template <typename FirstType ,
typename SecondType >
struct iox::cxx::pair;
Public Types Documentation🔗
using first_type🔗
using iox::cxx::pair< FirstType, SecondType >::first_type = FirstType;
using second_type🔗
using iox::cxx::pair< FirstType, SecondType >::second_type = SecondType;
Public Attributes Documentation🔗
variable first🔗
first_type first;
variable second🔗
second_type second;
Updated on 31 May 2022 at 15:29:15 CEST