diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 3 insertions, 21 deletions
@@ -1,9 +1,8 @@ -# Open C++ Library +# OCL.Core [](LICENSE) -A set of containers in C++ for developers.<br/> -You use them to speed up your development cycle for C++ applications. +Core set of containers from the OCL. ## Requirements: @@ -14,21 +13,4 @@ The OCL requires the following: - [CMake](https://cmake.org/) - [Git](https://git-scm.com/) -### Example: The Option container - -Evaluates whether an expression is passing the options. - -```cpp -#include <logic/option.hpp> - -int main(int argc, char** argv) -{ - auto opt = ocl::option(ocl::eval_eq(50, 50)).expect("ocl::eval_eq, does not match!"); - opt = ocl::option(ocl::eval_eq(50, 40)); - opt.expect("this time it doesn't."); - - return EXIT_SUCCESS; -} -``` - -##### (c) 2025 Amlal El Mahrouss, licensed under the Boost Software License. +##### (c) 2025 Amlal El Mahrouss and OCL Authors, licensed under the Boost Software License. |
