C++
Variant operator !() const;
この Variant の論理否定の値を持つ新しい Variant を返します。
! 演算子は,Variant が非ゼロ値を持つ場合は 0 を返し,Variant の値が 0 または NULL の場合は 1 を返します。