cursor.cursor - multiple declarations

Function cursor.cursor

Prototype

auto cursor(T)(
  auto ref T parser
)
if (isLowLevelParser!T);

Function cursor.cursor

Prototype

auto cursor(T, EH)(
  auto ref T parser,
  EH errorHandler
)
if (isLowLevelParser!T);

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.