MCPcopy Create free account
hub / github.com/comaps/comaps / assign_range

Function assign_range

libs/base/buffer_vector.hpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487template <class Dest, class Src>
488void assign_range(Dest & dest, Src const & src)
489{
490 dest.assign(std::begin(src), std::end(src));
491}

Callers 5

SetFromFeatureTypeMethod · 0.85
CreateFromMapObjectMethod · 0.85
ProcessLineStyleMethod · 0.85

Calls 3

beginFunction · 0.70
endFunction · 0.70
assignMethod · 0.45

Tested by

no test coverage detected