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

Detailed Description

template<typename exp1, typename exp2>
struct first_or_second< true, exp1, exp2 >

Definition at line 105 of file vector_dist_operators.hpp.

Public Types

typedef exp1::vtype vtype
 

Static Public Member Functions

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

Member Typedef Documentation

◆ vtype

template<typename exp1 , typename exp2 >
typedef exp1::vtype first_or_second< true, exp1, exp2 >::vtype

Definition at line 107 of file vector_dist_operators.hpp.

Member Function Documentation

◆ getVector()

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

Definition at line 109 of file vector_dist_operators.hpp.


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