DESCRIPTION¶
Test if the type of struct b is a base of struct s (the values of b and s are irrelevant). Results are:
- 0
- bis not a base of- s, nor is- bof equal type as- s(though- smight be a base of- b).
- 1
- bis a true base of- s
- 2
- band- sare the same struct type
HISTORY¶
- introduced (3.3.344)