FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rstudio/src/cpp/ext/expected at main · ssh352/rstudio · GitHub

/ rstudio Public
forked from rstudio/rstudio

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This directory contains a header-only version of std::expected from C++23 as implemented by a third party.

To use it simply add

#include <expected/expected.hpp>

to your source and use classes from the tl:: namespace.

A great resource on how to use this library https://devblogs.microsoft.com/cppblog/cpp23s-optional-and-expected/.

Project page is located at https://github.com/TartanLlama/expected and is released under a Creative Commons license (CC0-1.0)


Back | FazBrowse Home | New Git URL