We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is no type of class defined for filter methods which makes method signatures very verbose:
findSections(std::function<bool(const Section&)> filter = util::acceptAllFilter<Section>, ...);
The text was updated successfully, but these errors were encountered:
31dc97e
Merge pull request G-Node#65 from stoewer/master
e57e75d
A superclass for filters (closes G-Node#64) LGTO. Test also locally.
stoewer
No branches or pull requests
Currently there is no type of class defined for filter methods which makes method signatures very verbose:
The text was updated successfully, but these errors were encountered: