STK++ 0.9.13
STK::hidden::BinaryColsImpl< Lhs, Rhs, Size_, Arrays::useLhsOtherSize_ > Struct Template Reference

specialization for the case useLhsOtherSize_ More...

#include <STK_BinaryImpl.h>

Public Types

typedef TRange< Size_ColRange
 Type of the Range for the columns.
 

Static Public Member Functions

static ColRange constcolsImpl (Lhs const &lhs, Rhs const &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs, int Size_>
struct STK::hidden::BinaryColsImpl< Lhs, Rhs, Size_, Arrays::useLhsOtherSize_ >

specialization for the case useLhsOtherSize_

Definition at line 1282 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ ColRange

Type of the Range for the columns.

Definition at line 1285 of file STK_BinaryImpl.h.

Member Function Documentation

◆ colsImpl()

template<typename Lhs , typename Rhs , int Size_>
static ColRange const & STK::hidden::BinaryColsImpl< Lhs, Rhs, Size_, Arrays::useLhsOtherSize_ >::colsImpl ( Lhs const lhs,
Rhs const rhs 
)
inlinestatic
Returns
the range of the columns

Definition at line 1287 of file STK_BinaryImpl.h.

1287{ return lhs.rows();}

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