Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ copy_board
Function
copy_board
examples/sudoku.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void copy_board(board_element *src, board_element *dst)
144
{
145
for (unsigned i = 0; i < BOARD_SIZE; ++i)
146
dst[i].solved_element = src[i].solved_element;
147
}
148
149
bool fixed_board(board_element *b)
150
{
Callers
1
partial_solve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected