One outcome of this research is the famous Shannon–Nyquist theorem that quantifies the impact of signal aliasing. After leaving Bell Laboratories Shannon joined MIT, where he taught and worked at the Research Laboratory of Electronics until 1978. During his prolific career Shannon maintained ...
In #9 proposal it appears that you want to make the pointer atomic as opposed to the pointee (or am I missing something?). Assuming you want the pointer to be obtained for use with an atomic operation (assuming no aliasing), what I found handy is sketch code T* pSomewhere; pSomewh...