OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
ref_wrap< T > Struct Template Reference

Detailed Description

template<typename T>
struct ref_wrap< T >

Definition at line 12 of file vector_dist_operators_list_ker.hpp.

Public Member Functions

 ref_wrap (T &v, bool is_sorted)
 
ref_wrapoperator= (const ref_wrap< T > &rw)
 

Data Fields

bool is_sorted
 
T & v
 

Constructor & Destructor Documentation

◆ ref_wrap()

template<typename T >
ref_wrap< T >::ref_wrap ( T &  v,
bool  is_sorted 
)
inline

Definition at line 17 of file vector_dist_operators_list_ker.hpp.

Member Function Documentation

◆ operator=()

template<typename T >
ref_wrap & ref_wrap< T >::operator= ( const ref_wrap< T > &  rw)
inline

Definition at line 21 of file vector_dist_operators_list_ker.hpp.

Field Documentation

◆ is_sorted

template<typename T >
bool ref_wrap< T >::is_sorted

Definition at line 14 of file vector_dist_operators_list_ker.hpp.

◆ v

template<typename T >
T& ref_wrap< T >::v

Definition at line 15 of file vector_dist_operators_list_ker.hpp.


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