std::experimental::filesystem::path::end

From cppreference.com
< cpp‎ | experimental‎ | fs‎ | path
iterator end() const;
(filesystem TS)

Returns an iterator to the past-the-last element of the path.

The iterator acts as a placeholder. Accessing it yields undefined behavior.

Contents

[edit] Parameters

(none)

[edit] Return value

Iterator to the past-the-last element of the path.

[edit] Exceptions

(none)

[edit] See also

returns an iterator to the beginning of element list
(public member function)