MCPcopy Create free account
hub / github.com/adobe/hyde / some_other_struct

Class some_other_struct

test_files/comments.cpp:58–60  ·  view source on GitHub ↗

Notice how many of the comments for this structure are inherited from its superclass. @brief This is a sample brief for `some_other_struct`

Source from the content-addressed store, hash-verified

56/// Notice how many of the comments for this structure are inherited from its superclass.
57/// @brief This is a sample brief for `some_other_struct`
58struct some_other_struct : public some_struct {
59 void virtual_function() override;
60};
61
62/// @brief some template function
63/// @tparam T The type of thing being returned

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected