mrdocs::Expected
A container holding an error or a value.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
template<
    class T,
    class E = Error>
class Expected;
Member Functions
Name  | 
Description  | 
  | 
Constructors  | 
  | 
Destructors  | 
  | 
Assignment operators  | 
Dereference operators  | 
|
Member access operators  | 
|
Conversion to   | 
Data Members
Name  | 
  | 
  | 
Friends
Name  | 
Description  | 
Equality operator  | 
|
Equality operator  | 
|
Equality operator  | 
|
  | 
A container holding an error or a value.  | 
Non-Member Functions
Name  | 
Description  | 
Call a function for each file in a directory.  | 
|
Visit each file in a directory.  | 
|
Return the full path for single page output.  | 
|
Parse a string view  | 
|
Create a directory.  | 
|
Return the contents of a file as a string.  | 
|
Return the file type or an error  | 
|
Return an absolute path from a possibly relative path.  | 
|
Return an error if pathName is not absolute.  | 
|
Return an error if the path is not a directory.  | 
|
Register a JavaScript helper function  | 
Created with MrDocs