|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Ranges Iterator. More...
#include <gtest/gtest.h>#include <algorithm>#include <ah-ranges.H>#include <tpl_dynDlist.H>#include <tpl_dynArray.H>#include <tpl_dynSetTree.H>Go to the source code of this file.
Functions | |
| TEST (RangesIterator, RangesNotAvailable) | |
| int | main (int argc, char **argv) |
Tests for Ranges Iterator.
Test that Aleph iterators satisfy std::ranges::input_iterator.
This test verifies that after the fix to make operator*() const, Aleph containers can be used with std::ranges algorithms like:
Definition in file ranges_iterator_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 431 of file ranges_iterator_test.cc.
References Aleph::maps().
| TEST | ( | RangesIterator | , |
| RangesNotAvailable | |||
| ) |
Definition at line 420 of file ranges_iterator_test.cc.
References Aleph::maps().