MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / assign

Function assign

include/internal/CL/cl.hpp:899–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 */
898 template<class I>
899 void assign(I start, I end)
900 {
901 clear();
902 while(start != end) {
903 push_back(*start);
904 start++;
905 }
906 }
907
908 /*! \class iterator
909 * \brief Const iterator class for vectors

Callers 2

vectorFunction · 0.85
cl.hppFile · 0.85

Calls 2

clearFunction · 0.85
push_backFunction · 0.85

Tested by

no test coverage detected