Searched defs:forward_iterator_tag (Results 1 – 1 of 1) sorted by relevance
44 using forward_iterator_tag = std::forward_iterator_tag; // yeah. we need this for std compatibility. variable46 struct forward_iterator_tag {}; struct