...

/

Test Yourself: Atomics

Test Yourself: Atomics

Attempt the following quiz to test your understanding of atomics.

We'll cover the following...

Choose the possible correct answer(s).

1.

____________ applies atomic operations to the referenced object.

A.

std::atomic

B.

std::atomic_flag

C.

std::atomic_ref


1 / 4

I hope ...