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

Method begin

src/tests/rpp/test_concat.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34 using std::vector<rpp::dynamic_observable<int>>::vector;
35 std::vector<rpp::dynamic_observable<int>>::const_iterator begin() const { throw std::runtime_error{""}; }
36};
37
38struct my_container_with_error_on_increment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected