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

specialization for the case useLhsSize_ 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::useLhsSize_ >

specialization for the case useLhsSize_

Definition at line 1216 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ RowRange

Type of the Range for the rows.

Definition at line 1219 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::useLhsSize_ >::rowsImpl ( Lhs const lhs,
Rhs const rhs 
)
inlinestatic
Returns
the range of the rows

Definition at line 1221 of file STK_BinaryImpl.h.

1221{ return lhs.rows();}

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