コード例 #1
0
ファイル: flags.hpp プロジェクト: rhynodegreat/vpp
 constexpr bool operator!=(const Flags& rhs) const noexcept { return value_ != rhs.value(); }