added custom input to readme
This commit is contained in:
parent
a4f1cf4d00
commit
3a91a05db6
2 changed files with 51 additions and 1 deletions
|
@ -98,6 +98,7 @@ TEST_CASE("Custom iterator")
|
|||
{
|
||||
return *ptr;
|
||||
}
|
||||
|
||||
bool operator!=(const MyIterator& rhs) const
|
||||
{
|
||||
return ptr != rhs.ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue