Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ CArrayHolder
Method
CArrayHolder
tests/test_sequences_and_iterators.cpp:586–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
class CArrayHolder {
585
public:
586
CArrayHolder(double x, double y, double z) {
587
values[0] = x;
588
values[1] = y;
589
values[2] = z;
590
};
591
double values[3];
592
};
593
Callers
2
test_carray_iterator
Function · 0.80
test_generated_dunder_methods_pos_only
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected