1. 首页
  2. 数据库
  3. 其它
  4. 都不:和也许也许单子在C ++中更好的错误处理 源码

都不:和也许也许单子在C ++中更好的错误处理 源码

上传者: 2021-02-01 08:28:55上传 ZIP文件 14.95KB 热度 1次
都不 C ++ 14中Either的功能实现。 buckaroo add github.com/loopperfect/neither 例子 处理不安全代码 auto unsafe = [] { // a function that throws, sometimes we can't avoid it... if ( true ) { throw std::runtime_error ( " error " ); } return 1 ; } Either e = Try(unsafe); // let's lift the exception in
用户评论