Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | 12-May-2024 | - | 164 | 143 | ||
doc/ | 12-May-2024 | - | 3,276 | 2,396 | ||
example/ | 12-May-2024 | - | 5,551 | 3,952 | ||
meta/ | 12-May-2024 | - | 9 | 8 | ||
perf/ | 12-May-2024 | - | 764 | 557 | ||
test/ | 12-May-2024 | - | 7,125 | 5,751 | ||
CMakeLists.txt | D | 12-May-2024 | 4.6 KiB | 139 | 123 | |
LICENSE_1_0.txt | D | 12-May-2024 | 1.3 KiB | 24 | 20 | |
README.md | D | 12-May-2024 | 641 | 12 | 7 | |
index.html | D | 12-May-2024 | 534 | 18 | 16 |
README.md
1[![Build Status](https://travis-ci.org/boostorg/yap.svg?branch=master)](https://travis-ci.org/boostorg/yap) 2[![Build Status](https://ci.appveyor.com/api/projects/status/github/tzlaine/yap?branch=master&svg=true)](https://ci.appveyor.com/project/tzlaine/yap) 3[![License](https://img.shields.io/badge/license-boost-brightgreen.svg)](LICENSE_1_0.txt) 4 5 6# yap 7A C++14-and-later expression template library 8 9This is a Boost library. It covers the same problem space as Boost.Proto, but works quite differently, due to the availability of lots of new features in C++14 and later. 10 11Please read the docs for details: https://boostorg.github.io/yap 12