Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/spirit
/ complex
Method
complex
example/karma/reference.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
struct complex
112
{
113
complex (double a, double b)
114
: a(a), b(b)
115
{}
116
117
double a;
118
double b;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected