Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/RxCpp
/ instance
Method
instance
Ix/CPP/src/cpplinq/linq_cursor.hpp:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
Cur innerCursor;
222
223
instance(Cur cursor) : innerCursor(std::move(cursor))
224
{
225
}
226
virtual bool empty() const
227
{
228
return innerCursor.empty();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected