Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ Particle
Method
Particle
test/test_sort.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
struct Particle
21
{
22
Particle(): x(0.f), y(0.f) { }
23
Particle(float _x, float _y): x(_x), y(_y) { }
24
25
float x;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected