Searched defs:InputIterator (Results 1 – 1 of 1) sorted by relevance
40 InputIterator() : my_ptr(nullptr) {} in InputIterator() function41 …explicit InputIterator ( T * ptr ) : my_ptr(ptr), my_shared_epoch(new Epoch), my_current_epoch(0) … in InputIterator() function43 InputIterator( const InputIterator& it ) { in InputIterator() function