|
SDL3pp
A slim C++ wrapper for SDL3
|
Information about a path on the filesystem. More...
Public Member Functions | |
| constexpr | PathInfo (const PathInfoRaw &pathInfo={}) noexcept |
| Wraps PathInfo. | |
| constexpr bool | operator== (std::nullptr_t) const noexcept |
| Compare with nullptr. | |
| constexpr | operator bool () const noexcept |
| Check if valid. | |
Information about a path on the filesystem.
|
inlineconstexprnoexcept |
Wraps PathInfo.
| pathInfo | the value to be wrapped |
|
inlineexplicitconstexprnoexcept |
Check if valid.
|
inlineconstexprnoexcept |
Compare with nullptr.