Pre-sized char array holding enough space to represent a file system path. More...
#include <StringPath.h>
Public Member Functions | |
| StringSpan | view () const |
| StringEncoding | getEncoding () const |
| bool | isEmpty () const |
| bool | append (StringSpan str) |
| bool | assign (StringSpan str) |
| bool | resize (size_t newSize) |
| Span< native_char_t > | writableSpan () |
Static Public Attributes | |
| static constexpr size_t | MaxPath = 4096 |
| Maximum size of paths on current native platform. | |
Pre-sized char array holding enough space to represent a file system path.
|
staticconstexpr |
Maximum size of paths on current native platform.