Skip to content

2bbb/ofxModernCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxModernCpp

motivation

C++17 is good but C++17 with oF is a little difficult.

linb::any

tl::expected

  • Github TartanLlama
  • Version: 1.0!
  • License: Public Domain [CC0] (To the extent possible under law, Simon Brand has waived all copyright and related or neighboring rights to the optional library. This work is published from: United Kingdom.)

tl::optional

  • Github: TartanLlama/optional

  • Version: 1.0!

  • License: Public Domain [CC0] (To the extent possible under law, Simon Brand has waived all copyright and related or neighboring rights to the optional library. This work is published from: United Kingdom.)

mpark::variant

How to use

every libraries are included in ofx::modern_cpp.

If you want to use simply then use below:

#include "ofxModernCpp.h"
namespace ofx { using namespace modern_cpp; };

License

  • Boost Software License 1.0

About

include libraries of any, optional, variant with C++11 compatible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages