MCPcopy Create free account
hub / github.com/SOCI/soci / Node

Method Node

tests/catch.hpp:5811–5811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5809 template<typename T, typename ChildNodeT>
5810 struct Node {
5811 explicit Node( T const& _value ) : value( _value ) {}
5812 virtual ~Node() {}
5813
5814 using ChildNodes = std::vector<std::shared_ptr<ChildNodeT>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected