Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::StringPath Struct Reference

Pre-sized char array holding enough space to represent a file system path. More...

#include <StringPath.h>

Public Attributes

detail::StringNativeFixed< MaxPathpath
 

Static Public Attributes

static constexpr size_t MaxPath = 4096
 Maximum size of paths on current native platform.
 

Detailed Description

Pre-sized char array holding enough space to represent a file system path.

Member Data Documentation

◆ MaxPath

size_t SC::StringPath::MaxPath = 4096
staticconstexpr

Maximum size of paths on current native platform.


The documentation for this struct was generated from the following file: