MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

06.02-equalComparOfMRN1/main.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27int main()
28{
29 MedicalRecordNumber mrn0{};
30 MedicalRecordNumber mrn1{3};
31
32 const bool sameMRN = mrn0 == mrn1;
33 const bool differentMRN = mrn0 != mrn1;
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected