sandbox
Loading...
Searching...
No Matches
sbx::filesystem::basic_alias< Char > Class Template Reference

Public Types

using char_type = Char
 
using string_type = std::basic_string< char_type >
 
using string_view_type = std::basic_string_view< char_type >
 
using size_type = std::size_t
 
using hash_type = std::size_t
 

Public Member Functions

 basic_alias (string_view_type alias)
 
auto string () const &noexcept -> const string_type &
 
auto string () &&noexcept -> string_type
 
auto view () const noexcept -> string_view_type
 
auto length () const noexcept -> size_type
 
auto hash () const noexcept -> hash_type
 
auto operator== (const basic_alias &other) const noexcept -> bool
 

Static Public Member Functions

static auto root () -> basic_alias
 

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