Why cPP forward iterators inherit only from input iterators

The

cPP forward iterator needs to implement the interface between the input iterator and the output iterator, but why does it only inherit from the input iterator when implemented?

CPP
Mar.31,2021
Menu