Share via


basic_path::end Method

Returns a filename iterator just beyond the last component in the stored file name.

iterator end() const;

Return Value

A filename iterator just beyond the last component in the stored file name.

Remarks

See basic_path::begin Method for information about filename iterators.

Requirements

Header: filesystem

Namespace: std::tr2::sys

See Also

Reference

basic_path Class

<filesystem>

basic_path::begin Method