OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
first_or_second< cond, exp1, exp2 > Struct Template Reference

Detailed Description

template<bool cond, typename exp1, typename exp2>
struct first_or_second< cond, exp1, exp2 >

Definition at line 94 of file vector_dist_operators.hpp.

Public Types

typedef exp2::vtype vtype
 

Static Public Member Functions

static auto getVector (const exp1 &o1, const exp2 &o2) -> decltype(o2.getVector())
 

Member Typedef Documentation

◆ vtype

template<bool cond, typename exp1 , typename exp2 >
typedef exp2::vtype first_or_second< cond, exp1, exp2 >::vtype

Definition at line 96 of file vector_dist_operators.hpp.

Member Function Documentation

◆ getVector()

template<bool cond, typename exp1 , typename exp2 >
static auto first_or_second< cond, exp1, exp2 >::getVector ( const exp1 &  o1,
const exp2 &  o2 
) -> decltype(o2.getVector())
inlinestatic

Definition at line 98 of file vector_dist_operators.hpp.


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