Advertisement
frasl

Untitled

Feb 8th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. class best_class {
  2.  
  3. };
  4.  
  5. template <> struct is_good<best_class>
  6. {
  7.     static const bool value = true;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement