OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
r_type_dim< op1_dim, op2_dim, op > Struct Template Reference

It return the dimansionality of the operation given the dimensionality of the 2 operators. More...

Detailed Description

template<unsigned int op1_dim, unsigned int op2_dim, unsigned int op>
struct r_type_dim< op1_dim, op2_dim, op >

It return the dimansionality of the operation given the dimensionality of the 2 operators.

this is the default that return 3

Template Parameters
op1_dimdimansionality operator1
op2_dimdimensionality operator2
opoperation

Definition at line 72 of file Point_operators.hpp.

#include <Point_operators.hpp>

Public Types

enum  { value = max_expr(op1_dim,op2_dim) }
 bigger vector determine the size of the expression
 

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