Skip to content

iox::cxx::pair🔗

More...

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:52:33 CEST