예제 #1
0
파일: flags.hpp 프로젝트: rhynodegreat/vpp
 constexpr bool operator!=(const Flags& rhs) const noexcept { return value_ != rhs.value(); }