Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/spirit
/ complex
Method
complex
test/qi/stream.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
struct complex
17
{
18
complex (double a = 0.0, double b = 0.0) : a(a), b(b) {}
19
double a, b;
20
};
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected