test overloads

Synopses

Declared in <bslstl_sharedptr.h>

SFINAE probe selecting when the functor is callable with ARG.

template<class ARG>
static
FalseType
test(...);

Overload selected when FUNCTOR is callable with ARG.

Return Value

  • FalseType indicating the functor is not callable with ARG

  • TrueType indicating the functor is callable with ARG

Parameters

Name

Description

dummy

unused SFINAE discriminator

Created with MrDocs