MCPcopy Create free account
hub / github.com/VcDevel/Vc / operator=

Method operator=

tests/subscript.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168struct alignas(Align > alignof(double) ? Align : alignof(double)) S
169{
170 void operator=(int x)
171 {
172 a = x;
173 b = x + 1;
174 c = x + 2;
175 }
176 double x0;
177 T a;
178 char x1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected