istreambuf_iterator::operator->
Returns the value of a member, if any.
const Elem *operator->( ) const;
Return Value
The operator returns &**this.
Requirements
Header: <iterator>
Namespace: std
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Returns the value of a member, if any.
const Elem *operator->( ) const;
The operator returns &**this.
Header: <iterator>
Namespace: std