Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class best_class {
- void best_method() {}
- };
- template <typename T, class = decltype(&T::best_method)> class require_bm {
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement