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

Public Attributes

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

Detailed Description

Definition at line 154 of file test_ransHistogramView.cxx.

Member Data Documentation

◆ begin

decltype(expected.begin()) trimFixture_none::begin = expected.begin()

Definition at line 156 of file test_ransHistogramView.cxx.

◆ end

decltype(expected.end()) trimFixture_none::end = expected.end()

Definition at line 157 of file test_ransHistogramView.cxx.

◆ expected

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

Definition at line 155 of file test_ransHistogramView.cxx.

◆ view

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

Definition at line 158 of file test_ransHistogramView.cxx.


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