Variable PathPart.isParameter

interpret text as a parameter name (including the leading underscore) or as raw text

Declaration

struct PathPart
{
  // ...
  bool isParameter;
  // ...
}

Authors

Sönke Ludwig

Copyright

© 2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.