OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 168 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 More...
 

Member Enumeration Documentation

◆ anonymous enum

template<unsigned int op1_dim, unsigned int op2_dim, unsigned int op>
anonymous enum

bigger vector determine the size of the expression

Definition at line 171 of file Point_operators.hpp.


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