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

Allow to disambiguate the call to range to use. More...

#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_, int use_>
struct STK::hidden::DiagonalRangeImpl< Lhs, Size_, use_ >

Allow to disambiguate the call to range to use.

Definition at line 1304 of file STK_BinaryImpl.h.

Member Typedef Documentation

◆ RangeType

template<typename Lhs , int Size_, int use_>
typedef TRange<Size_> STK::hidden::DiagonalRangeImpl< Lhs, Size_, use_ >::RangeType

Type of the Range for the rows.

Definition at line 1307 of file STK_BinaryImpl.h.

Member Function Documentation

◆ rangeImpl()

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

Definition at line 1309 of file STK_BinaryImpl.h.

1309{ return lhs.range();}

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