MCPcopy Create free account
hub / github.com/boostorg/json / make_input_iterator

Function make_input_iterator

test/test.hpp:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738template<class FwdIt>
739input_iterator<FwdIt>
740make_input_iterator(FwdIt it)
741{
742 return input_iterator<FwdIt>(it);
743}
744
745//----------------------------------------------------------
746

Callers 10

testCtorsMethod · 0.85
testModifiersMethod · 0.85
testObjectMethod · 0.85
testArrayMethod · 0.85
testConstructionMethod · 0.85
testAssignMethod · 0.85
testInsertMethod · 0.85
testAppendMethod · 0.85
testCtorsMethod · 0.85
testModifiersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected