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

Class compiler_generated

test_files/comments.cpp:17–25  ·  view source on GitHub ↗

@brief Sample class intended to exhibit docs for compiler-generated routines @hyde-owner fosterbrereton

Source from the content-addressed store, hash-verified

15/// @brief Sample class intended to exhibit docs for compiler-generated routines
16/// @hyde-owner fosterbrereton
17struct compiler_generated {
18 compiler_generated() = delete;
19 compiler_generated(const compiler_generated&) = default;
20
21 /// This definition will force the compiler to auto-generate this class' assignment operator.
22 void assign(const compiler_generated& rhs) {
23 *this = rhs;
24 }
25};
26
27/// An example struct from which these commands will hang.
28/// @brief This is a sample brief.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected