MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / Example

Class Example

test/cpp/Example.h:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <string> // std::string
6
7struct Example
8{
9 std::string name;
10 std::string description;
11};
12
13std::ostream& operator<<(std::ostream& os, Example const& example)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected