|
proxygen
|
Public Types | |
| using | difference_type = std::size_t |
| using | value_type = int |
| using | pointer = int * |
| using | reference = int & |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| int & | operator* () |
| Iterator | operator+ (int) |
| Iterator (int &val_in) | |
Public Attributes | |
| int & | val |
Definition at line 71 of file ForeachTest.cpp.
| using folly::test::TestBothIndexingAndIter::Iterator::difference_type = std::size_t |
Definition at line 73 of file ForeachTest.cpp.
| using folly::test::TestBothIndexingAndIter::Iterator::iterator_category = std::random_access_iterator_tag |
Definition at line 77 of file ForeachTest.cpp.
Definition at line 75 of file ForeachTest.cpp.
Definition at line 76 of file ForeachTest.cpp.
Definition at line 74 of file ForeachTest.cpp.
|
inlineexplicit |
Definition at line 84 of file ForeachTest.cpp.
|
inline |
|
inline |
Definition at line 81 of file ForeachTest.cpp.
| int& folly::test::TestBothIndexingAndIter::Iterator::val |
Definition at line 85 of file ForeachTest.cpp.