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.
アンパサンド(&)演算子をオーバーロードし、プライベートにしたクラスがあります。最新の C++11 準拠のコンパイラを持っていないので、現在の C++ コンパイラのみを使用してオブジェクトのアドレスを取得する方法はありますか?
ありがとう
reinterpret_cast<T *>(&reinterpret_cast<char&>(obj))
安全かどうかはわかりませんが..(明らかに少し危険です)