Advertisement
frasl

Untitled

Feb 8th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. template <typename T> struct is_good {
  2.     static const bool value = false;
  3. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement