Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
StlZipViewTest Class Reference
Inheritance diagram for StlZipViewTest:
[legend]
Collaboration diagram for StlZipViewTest:
[legend]

Protected Attributes

std::vector< intvi = {1, 2, 3, 4, 5}
 
std::vector< std::string > vs = {"a", "b", "c", "d", "e"}
 
std::list< doubleld = {1.1, 2.2, 3.3, 4.4, 5.5}
 

Detailed Description

Definition at line 65 of file ah-stl-zip_test.cc.

Member Data Documentation

◆ ld

std::list<double> StlZipViewTest::ld = {1.1, 2.2, 3.3, 4.4, 5.5}
protected

Definition at line 70 of file ah-stl-zip_test.cc.

◆ vi

std::vector<int> StlZipViewTest::vi = {1, 2, 3, 4, 5}
protected

Definition at line 68 of file ah-stl-zip_test.cc.

◆ vs

std::vector<std::string> StlZipViewTest::vs = {"a", "b", "c", "d", "e"}
protected

Definition at line 69 of file ah-stl-zip_test.cc.


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