12. やってない
error: invalid operands of types
'int' and 'std::nullptr_t' to binary 'operator!='
if (__ptr != nullptr)
^
intとnullptrの曳^ができずコンパイルエラ`に
13. どうしようもない
bool operator!=(int, std::nullptr_t)は傚冱できない
bool my::operator!=(int, std::nullptr_t)' must have an argument of
class or enumerated type
bool operator!=(int i, std::nullptr_t n);
^
もしハンドルがMみzみ侏じゃなくて、ユ`ザ協x侏
だったらできるけど、そもそもなんでハンドルをnullptr
なんかと曳^しなくちゃいけないの
28. 歌深
N4189 Generic Scope Guard and RAII Wrapper for the
Standard Library (Peter Sommerlad & Andrew L.Sandoval
2014)
Effective Modern C++ (Scott Meyers 2015)