MCPcopy Create free account
hub / github.com/bgrimstad/splinter / cend

Method cend

src/datatable.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160std::multiset<DataPoint>::const_iterator DataTable::cend() const
161{
162 return samples.cend();
163}
164
165/*
166 * Get table of samples x-values,

Callers 7

operator==Function · 0.80
operator+Function · 0.80
operator-Function · 0.80
getSamplePointValuesMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected