FlowEngine 7.517
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::Pair< T, S > Struct Template Reference

Bound 2 values together. More...

#include <CommonDef.h>

Public Attributes

first
 
second
 

Detailed Description

template<typename T, typename S>
struct FlowEngine::Pair< T, S >

Bound 2 values together.

Member Data Documentation

◆ first

template<typename T , typename S >
T FlowEngine::Pair< T, S >::first

◆ second

template<typename T , typename S >
S FlowEngine::Pair< T, S >::second