Nebula
Loading...
Searching...
No Matches
urn.h File Reference
#include "core/types.h"
#include "util/string.h"
#include "util/dictionary.h"

Go to the source code of this file.

Classes

class  IO::URN
 A URN (Uniform Resource Name) is a URI (Uniform Resource Identifier) that uses the "urn" scheme. More...

Namespaces

namespace  IO
 Instances of wrapped stream classes.

Functions

IO::URN operator""_urn (const char *c, std::size_t s)
 Literal constructor form string, to use "foobar"_urn will automatically construct an IO::URN.

Function Documentation

◆ operator""_urn()

IO::URN operator""_urn ( const char * c,
std::size_t s )

Literal constructor form string, to use "foobar"_urn will automatically construct an IO::URN.