MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Bool

Method Bool

example/simplereader/simplereader.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7struct MyHandler {
8 bool Null() { cout << "Null()" << endl; return true; }
9 bool Bool(bool b) { cout << "Bool(" << boolalpha << b << ")" << endl; return true; }
10 bool Int(int i) { cout << "Int(" << i << ")" << endl; return true; }
11 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; }
12 bool Int64(int64_t i) { cout << "Int64(" << i << ")" << endl; return true; }

Callers 2

mainFunction · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected