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

Function main

06.05-equalComparOfMRN3/main.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24int main()
25{
26 MedicalRecordNumber mrn0{};
27 MedicalRecordNumber mrn1{3};
28
29 const bool sameMRN = mrn0 == mrn1;
30 const bool differentMRN = mrn0 != mrn1;
31 const bool sameMRNasNumber = 8 == mrn0;
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected