Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
vector
Function · 0.85
cl.hpp
File · 0.85
Calls
2
clear
Function · 0.85
push_back
Function · 0.85
Tested by
no test coverage detected