valarray<bool> operator!();
The member operator returns an object of class valarray<bool>, of length size(), each of whose elements I is !(*this).
valarray
<bool>
size
()
I
!(*this)