MCPcopy Create free account
hub / github.com/bgrimstad/splinter / operator!=

Function operator!=

test/operatoroverloads.cpp:143–146  ·  view source on GitHub ↗

* Comparison operators (!=) */

Source from the content-addressed store, hash-verified

141 * Comparison operators (!=)
142 */
143bool operator!=(const BSplineBasis1D &lhs, const BSplineBasis1D &rhs)
144{
145 return !(lhs == rhs);
146}
147
148bool operator!=(const DataPoint &lhs, const DataPoint &rhs)
149{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected