Go to the source code of this file.
|
class | IO::URI |
| An URI object can split a Uniform Resource Identifier string into its components or build a string from URI components. More...
|
|
|
namespace | IO |
| Instances of wrapped stream classes.
|
|
|
IO::URI | operator""_uri (const char *c, std::size_t s) |
| Literal constructor form string, to use "foobar"_uri will automatically construct an IO::URI.
|
|
◆ IO_URI_H
◆ operator""_uri()
IO::URI operator""_uri |
( |
const char * | c, |
|
|
std::size_t | s ) |
Literal constructor form string, to use "foobar"_uri will automatically construct an IO::URI.