MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / getSsn

Method getSsn

examples/src/json_traits_name_macro_examples.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 return name_;
199 }
200 jsoncons::optional<std::string> getSsn() const
201 {
202 return socialSecurityNumber_;
203 }
204 };
205
206} // namespace ns

Callers 1

tidy_memberFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected