test overloads
Declared in <bslalg_hashtableimputil.h>
Overload selected when extractKey returns KeyType&.
template<class ARG>
static
NonConstMatch
test(KeyType&(*)(ARG&));
» more...
Overload selected when extractKey returns const KeyType&.
template<class ARG>
static
ConstMatch
test(KeyType const&(*)(ARG const&));
» more...
Overload selected when extractKey returns a converted KeyType.
template<
class RESULT,
class ARG>
static
ConversionMatch
test(RESULT(*)(ARG));
» more...