Skip to content

amlel-el-mahrouss/astdx

Repository files navigation

Amlal's Standard Extended

License: GPL-2.0

Brief:

A C++ library with additional modules for your C++ SDLC.

Getting Started:

Here is an example of how astdx::opt works.

#include <astdx/opt.hpp>

int main(int argc, char** argv)
{
  auto opt = astdx::opt(astdx::eval_eq(50, 50)).expect("astdx::eval_eq, does not match!");
  opt = astdx::opt(astdx::eval_eq(50, 40));
  opt.expect("this time it doesn't.");
  
  return 0;
}

Releases

No releases published

Packages

No packages published