#pragma link [C++|off] operators classname;
will turn on/off symbol table registration of the operators that are
declared in the declaring scopes of 'classname' (and any of its enclosing
scope) and take at least one argument that is a reference, pointer, or value argument of type classname.