Content deleted Content added
m →Example: Grammar |
|||
Line 45:
static no& test(...);
// If the "sizeof" of the result of calling test<T>(nullptr)
// the first overload worked and T has a nested type named foobar.
static const bool value = sizeof(test<T>(nullptr)) == sizeof(yes);
|