• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H10-Dec-2019-155135

doc/H03-May-2022-2,9042,033

example/H03-May-2022-5,5063,914

meta/H10-Dec-2019-98

perf/H03-May-2022-707513

test/H03-May-2022-6,8515,520

README.mdH A D10-Dec-2019604 127

README.md

1[![Build Status](https://travis-ci.org/boostorg/yap.svg?branch=master)](https://travis-ci.org/boostorg/yap)
2[![codecov](https://codecov.io/gh/tzlaine/yap/branch/master/graph/badge.svg)](https://codecov.io/gh/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