...

/

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

Question 1 of 40 attempted

I ...