VisionCpp  0.0.1
visioncpp::internal::OpTP< Conds, LhsOP, RhsOP > Struct Template Reference

This struct is used to determine the operation type for binary operation based on the operation type of its children. More...

#include <resizable_binary.hpp>

Collaboration diagram for visioncpp::internal::OpTP< Conds, LhsOP, RhsOP >:

Detailed Description

template<bool Conds, size_t LhsOP, size_t RhsOP>
struct visioncpp::internal::OpTP< Conds, LhsOP, RhsOP >

This struct is used to determine the operation type for binary operation based on the operation type of its children.

always pointop << neighbourop template parameters

Template Parameters
Conds: boolean value determines whether or not both types are equal
LhsOp: operation type for left-hand size expression
RhsOp: operation type for right-hand size expression

Definition at line 56 of file resizable_binary.hpp.


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