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

Function main

03.03-rangesMotivation2/main.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <string>
7
8int main()
9{
10 const std::string firstText{"Hello"};
11 const std::string secondText{"Bello"};
12
13 const bool equal = std::ranges::equal(firstText, secondText);
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected