MCPcopy Create free account
hub / github.com/boostorg/spirit / complex

Method complex

example/qi/reference.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214struct complex
215{
216 complex (double a = 0.0, double b = 0.0)
217 : a(a), b(b)
218 {}
219
220 double a;
221 double b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected