table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::experimental::filesystem::file_status::type(3) | C++ Standard Libary | std::experimental::filesystem::file_status::type(3) |
NAME¶
std::experimental::filesystem::file_status::type - std::experimental::filesystem::file_status::type
Synopsis¶
file_type type() const; (1) (filesystem TS)
void type( file_type type ); (2) (filesystem TS)
Accesses the file type information.
1) Returns file type information.
2) Sets file type to type.
Parameters¶
type - file type to set to
Return value¶
1) File type information.
2) (none)
Exceptions¶
noexcept specification:
noexcept
Categories:¶
* Noindexed pages
* unconditionally noexcept
Hidden categories:¶
* Pages with unreviewed unconditional noexcept template
* Pages with unreviewed noexcept template
2024.06.10 | http://cppreference.com |