Direct binding

Suppose a reference r of type T is initialized by an expression e of type U.

The reference r is bound directly to e if the following statements are true:

The reference r is also bound directly to e if e can be implicitly converted to a type such that the previous list of statements is true.

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]