Content deleted Content added
Demonkoryu (talk | contribs) |
→Example: ed: reworded "if...sizeof...calling...is equal" -> "if...sizeof...calling...would be equal" for clarity |
||
Line 45:
static no& test(...);
// if the sizeof the result of calling test<T>(0)
// the first overload worked and T has a nested type named type.
static const bool value = sizeof(test<T>(0)) == sizeof(yes);
|