Last active
April 8, 2016 17:52
-
-
Save stoewer/58963769988344d78c03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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