Namespaces
Variants

std::experimental::filesystem::directory_entry::path

From cppreference.com
Revision as of 19:50, 31 March 2017 by T. Canens (talk | contribs) (Text replace - "{{noexcept" to "{{unreviewed noexcept")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
const path& path() const;
(filesystem TS)
operator const path& () const;
(filesystem TS)

Returns the full path the directory entry refers to.

Parameters

(none)

Return value

The full path the directory entry refers to.

Exceptions

noexcept specification:  
noexcept
  

See also