Skip to content

Instantly share code, notes, and snippets.

@stoewer
Last active April 8, 2016 17:52
Show Gist options
  • Save stoewer/58963769988344d78c03 to your computer and use it in GitHub Desktop.
Save stoewer/58963769988344d78c03 to your computer and use it in GitHub Desktop.
template<typename TOBJ, typename TRET, typename TCHECK>
condition
must(const TOBJ &parent, TRET(TOBJ::*get)(void)const, const TCHECK &check, const std::string &msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment