(C++) operator& (address-of operator)

February 24, 2017 · View on GitHub

CppOperatorAddressOf

 

 

 

 

 

(C++) operator& (address-of operator)

 

operator& (address-of operator) is an operator to access the address of something.

 

Consider writing the address-of operator directly connected to the type-specifier.

 

 

 

 

References

 

  1. Joint Strike Fighter Air Vehicle C++ Coding Standards for the System Development and Demonstration Program. Document Number 2RDU00001 Rev C. December 2005. AV Rule 62: 'The dereference operator '*' and the address-of operator '&' will be directly connected with the type-specifier.'