MCPcopy Create free account
hub / github.com/boostorg/leaf / half

Method half

example/print_half.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 static leaf::result<BigInt> fromString(const std::string& s) { return BigInt{s}; }
41 explicit BigInt(const std::string&) { }
42 BigInt half() const { return BigInt{""}; }
43 friend std::ostream& operator<<(std::ostream& o, const BigInt&) { return o << "big int half"; }
44};
45

Callers 1

print_halfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected