MCPcopy Create free account
hub / github.com/crill-dev/crill / coeffs

Class coeffs

tests/seqlock_object_test.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14TEST_CASE("crill::seqlock_object")
15{
16 struct coeffs
17 {
18 std::size_t a = 0;
19 bool b = false;
20 std::size_t c = 42;
21 };
22
23 static_assert(std::is_trivially_copyable_v<coeffs>);
24 static_assert(!std::atomic<coeffs>::is_always_lock_free);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected