MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / CharWrapper

Method CharWrapper

test/embind/embind_test.cpp:1053–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051
1052struct CharWrapper {
1053 CharWrapper(char v) {
1054 value = v;
1055 };
1056
1057 char getValue() {
1058 return value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected