STK++ 0.9.13
STK::hidden::DiagonalRangeImpl< Lhs, Size_, Arrays::useLhsSize_ > 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::useLhsSize_ >

Definition at line 1313 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ RangeType

Type of the Range for the rows.

Definition at line 1316 of file STK_BinaryImpl.h.

Member Function Documentation

◆ rangeImpl()

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

Definition at line 1318 of file STK_BinaryImpl.h.

1318{ return lhs.rows();}

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