1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/libs/metaparse/example/regexp
Jan fa7de56cf8
upgrade to boost 1.69.0 (#7910)
2019-01-09 17:17:33 +01:00
..
Jamfile.v2 upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
README upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
main.cpp upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00

README

This example provides an interface in front of boost::xpressive.
A regular expression can be specified by a compile-time string
which is parsed (and verified) at compile-time. A boost::xpressive
object is constructed at runtime based on it.
This is just an example, it supports only a subset of the capabilities
of boost::xpressive.