Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
function を持つ基本クラスがありますvirtual std::ios::openmode defaultMode() const。
virtual std::ios::openmode defaultMode() const
私が望むなら、この関数の構文は何でしょうか: (defaultMode() | mode) == mode、モードは別のものstd::ios::openmodeですか? std::ios::mode他のモードを変更しない「空」を返す方法は?
(defaultMode() | mode) == mode
std::ios::openmode
std::ios::mode