xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::literals::path_literals Namespace Reference

Inline namespace containing literals for native filsystem path strings. More...

Functions

auto operator""_path (const char *string, std::size_t size) -> std::filesystem::path::string_type
 Literal operator for creating literal string of type std::filesystem::path::string_type.
 

Detailed Description

Inline namespace containing literals for native filsystem path strings.

This inline namespace contains user defined literals for constructing literals of type std::filesystem::path::string_type.

You can use any of the following using-directives to gain access to the user defined literals in this namespace:

Function Documentation

◆ operator""_path()

auto xentara::literals::path_literals::operator""_path ( const char *  string,
std::size_t  size 
) -> std::filesystem::path::string_type

Literal operator for creating literal string of type std::filesystem::path::string_type.