Jisho

×
実引数依存名前探索
Wikipedia definition
1. Argument-dependent name lookupIn the C++ programming language, argument-dependent lookup (ADL), or argument-dependent name lookup, applies to the lookup of an unqualified function name depending on the types of the arguments given to the function call. This behavior is also known as Koenig lookup, named after its inventor Andrew Koenig. ADL only occurs if the normal lookup of an unqualified name fails to find a matching class member function.
Read “Argument-dependent name lookup” on English Wikipedia
Read “実引数依存の名前探索” on Japanese Wikipedia
Read “Argument-dependent name lookup” on DBpedia

Discussions

to talk about this word.