STK++ 0.9.13
STK::hidden::BinaryRowsImpl< Lhs, Rhs, Size_, Arrays::useRhsOtherSize_ > Struct Template Reference

specialization for the case useRhsOtherSize_ More...

#include <STK_BinaryImpl.h>

Public Types

typedef TRange< Size_RowRange
 Type of the Range for the rows.
 

Static Public Member Functions

static RowRange constrowsImpl (Lhs const &lhs, Rhs const &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs, int Size_>
struct STK::hidden::BinaryRowsImpl< Lhs, Rhs, Size_, Arrays::useRhsOtherSize_ >

specialization for the case useRhsOtherSize_

Definition at line 1249 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ RowRange

Type of the Range for the rows.

Definition at line 1252 of file STK_BinaryImpl.h.

Member Function Documentation

◆ rowsImpl()

template<typename Lhs , typename Rhs , int Size_>
static RowRange const & STK::hidden::BinaryRowsImpl< Lhs, Rhs, Size_, Arrays::useRhsOtherSize_ >::rowsImpl ( Lhs const lhs,
Rhs const rhs 
)
inlinestatic
Returns
the range of the rows

Definition at line 1254 of file STK_BinaryImpl.h.

1254{ return rhs.cols();}

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