Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
nngpp/nngpp.h
✓ #include <nngpp/nngpp.h>
Create a NNG socket using nngpp.
#include "nngpp/nngpp.h"
#include <iostream>
int main() {
// Example: create a socket
auto sock = nng::socket{nng::protocol::pair0};
std::cout << "NNG socket created\n";
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.