MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / begin

Method begin

src/tests/rpp/test_from.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32 using std::vector<int>::vector;
33 std::vector<int>::const_iterator begin() const { throw std::runtime_error{"EXCEPTION ON BEGIN"}; }
34};
35
36struct infinite_container

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected