Share via


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

See Also

Reference

istreambuf_iterator Class

Standard Template Library

Other Resources

istreambuf_iterator Members