SPH
Functions
Path.cpp File Reference
#include "io/Path.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const Path &path)
 
Path operator""_path (const char *nativePath, const std::size_t size)
 

Function Documentation

◆ operator""_path()

Path operator""_path ( const char *  nativePath,
const std::size_t  size 
)

Useful literal returning path from given string.

Given path cannot be empty.

Definition at line 236 of file Path.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const Path path 
)

Definition at line 204 of file Path.cpp.