OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
apply_kernel_rtype< exp, is_exp > Struct Template Reference

It give the return type of the expression if applicable. More...

Detailed Description

template<typename exp, bool is_exp = is_expression<exp>::value>
struct apply_kernel_rtype< exp, is_exp >

It give the return type of the expression if applicable.

Definition at line 37 of file vector_dist_operators_apply_kernel.hpp.

#include <vector_dist_operators_apply_kernel.hpp>

Public Types

typedef exp::return_type rtype
 indicate the return type of the expression exp
 

Member Typedef Documentation

◆ rtype

template<typename exp , bool is_exp = is_expression<exp>::value>
typedef exp::return_type apply_kernel_rtype< exp, is_exp >::rtype

indicate the return type of the expression exp

Definition at line 40 of file vector_dist_operators_apply_kernel.hpp.


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