const E *scan_not(mask msk, const E *first, const E *last) const;
The member function returns do_scan_not(msk, first, last).
do_scan_not
(msk, first, last)