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

#include <STK_BinaryImpl.h>

Public Types

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

Static Public Member Functions

static RangeType constrangeImpl (Lhs const &lhs)
 

Detailed Description

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

Definition at line 1322 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ RangeType

Type of the Range for the rows.

Definition at line 1325 of file STK_BinaryImpl.h.

Member Function Documentation

◆ rangeImpl()

template<typename Lhs , int Size_>
static RangeType const & STK::hidden::DiagonalRangeImpl< Lhs, Size_, Arrays::useLhsOtherSize_ >::rangeImpl ( Lhs const lhs)
inlinestatic
Returns
the range of the rows

Definition at line 1327 of file STK_BinaryImpl.h.

1327{ return lhs.cols();}

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