cppreference.com
>
C++ Bitsets
>
test
test
Syntax:
bool test( size_t pos );
The function test() returns the value of the bit at position
pos
.