ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::core::Pair< First, Second > Struct Template Reference

#include <SlabTraits.h>

Public Member Functions

CLOUDVIEWER_HOST_DEVICE Pair ()
 
CLOUDVIEWER_HOST_DEVICE Pair (const First &_first, const Second &_second)
 

Public Attributes

First first
 
Second second
 

Detailed Description

template<typename First, typename Second>
struct cloudViewer::core::Pair< First, Second >

Definition at line 40 of file SlabTraits.h.

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename First , typename Second >
CLOUDVIEWER_HOST_DEVICE cloudViewer::core::Pair< First, Second >::Pair ( )
inline

Definition at line 43 of file SlabTraits.h.

◆ Pair() [2/2]

template<typename First , typename Second >
CLOUDVIEWER_HOST_DEVICE cloudViewer::core::Pair< First, Second >::Pair ( const First &  _first,
const Second &  _second 
)
inline

Definition at line 44 of file SlabTraits.h.

Member Data Documentation

◆ first

template<typename First , typename Second >
First cloudViewer::core::Pair< First, Second >::first

Definition at line 41 of file SlabTraits.h.

◆ second

template<typename First , typename Second >
Second cloudViewer::core::Pair< First, Second >::second

Definition at line 42 of file SlabTraits.h.


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