• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This example provides an interface in front of boost::xpressive.
2A regular expression can be specified by a compile-time string
3which is parsed (and verified) at compile-time. A boost::xpressive
4object is constructed at runtime based on it.
5This is just an example, it supports only a subset of the capabilities
6of boost::xpressive.
7
8