MCPcopy Create free account
hub / github.com/arximboldi/immer / AlignConstrainedType

Method AlignConstrainedType

test/alignment.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 alignas(alignment) std::array<double, 4> buf = {{0, 0, 0, 0}};
26
27 AlignConstrainedType() = default;
28
29 // For the set case
30 AlignConstrainedType(double k)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected