Project
Loading...
Searching...
No Matches
trimFixture_right Struct Reference

Public Attributes

ReferenceState initial {{-3, -2, -1, 0, 1, 2, 3, 4, 5, 0}}
 
ReferenceState expected {{-3, -2, -1, 0, 1, 2, 3, 4, 5}}
 
decltype(initial.begin()) begin = initial.begin()
 
decltype(initial.end()) end = --initial.end()
 
HistogramView< decltype(initial.begin())> view {initial.begin(), initial.end(), -3}
 

Detailed Description

Definition at line 138 of file test_ransHistogramView.cxx.

Member Data Documentation

◆ begin

decltype(initial.begin()) trimFixture_right::begin = initial.begin()

Definition at line 141 of file test_ransHistogramView.cxx.

◆ end

decltype(initial.end()) trimFixture_right::end = --initial.end()

Definition at line 142 of file test_ransHistogramView.cxx.

◆ expected

ReferenceState trimFixture_right::expected {{-3, -2, -1, 0, 1, 2, 3, 4, 5}}

Definition at line 140 of file test_ransHistogramView.cxx.

◆ initial

ReferenceState trimFixture_right::initial {{-3, -2, -1, 0, 1, 2, 3, 4, 5, 0}}

Definition at line 139 of file test_ransHistogramView.cxx.

◆ view

HistogramView<decltype(initial.begin())> trimFixture_right::view {initial.begin(), initial.end(), -3}

Definition at line 143 of file test_ransHistogramView.cxx.


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