mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-10 01:33:53 +00:00
25 lines
496 B
Plaintext
25 lines
496 B
Plaintext
////
|
|
Copyright 2020 Peter Dimov
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
https://www.boost.org/LICENSE_1_0.txt
|
|
////
|
|
|
|
# Lambda2: A {cpp}14 Lambda Library
|
|
Peter Dimov
|
|
:toc: left
|
|
:toclevels: 4
|
|
:idprefix:
|
|
:listing-caption: Code Example
|
|
:docinfo: private-footer
|
|
:source-highlighter: rouge
|
|
:source-language: c++
|
|
|
|
:leveloffset: +1
|
|
|
|
include::lambda2/overview.adoc[]
|
|
include::lambda2/changelog.adoc[]
|
|
include::lambda2/reference.adoc[]
|
|
include::lambda2/copyright.adoc[]
|
|
|
|
:leveloffset: -1
|