12 lines
604 B
Markdown
12 lines
604 B
Markdown
[![Build Status](https://travis-ci.org/boostorg/yap.svg?branch=master)](https://travis-ci.org/boostorg/yap)
|
|
[![codecov](https://codecov.io/gh/tzlaine/yap/branch/master/graph/badge.svg)](https://codecov.io/gh/tzlaine/yap)
|
|
[![License](https://img.shields.io/badge/license-boost-brightgreen.svg)](LICENSE_1_0.txt)
|
|
|
|
|
|
# yap
|
|
A C++14-and-later expression template library
|
|
|
|
This 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.
|
|
|
|
Please read the docs for details: https://boostorg.github.io/yap
|