mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
29 lines
2.0 KiB
Plaintext
29 lines
2.0 KiB
Plaintext
| container::Copyable | can | does | have implicit copy assignment |
|
|
| container::CopyableComposition | can | does | have implicit copy assignment |
|
|
| container::CopyableInheritance | can | does | have implicit copy assignment |
|
|
| container::NotCopyable | can NOT | does NOT | have implicit copy assignment |
|
|
| container::NotCopyableComposition | can NOT | does NOT | have implicit copy assignment |
|
|
| container::NotCopyableInheritance | can NOT | does NOT | have implicit copy assignment |
|
|
| container::Wrapper<Copyable> | can | does | have implicit copy assignment |
|
|
| container::Wrapper<NotCopyable> | can NOT | does NOT | have implicit copy assignment |
|
|
| deleted_cc::C | can | does NOT | have implicit copy assignment |
|
|
| deleted_cc::Sub | can NOT | does NOT | have implicit copy assignment |
|
|
| difference::Base | can | does NOT | have implicit copy assignment |
|
|
| difference::OnlyAssign | can | does | have implicit copy assignment |
|
|
| difference::OnlyCtor | can NOT | does NOT | have implicit copy assignment |
|
|
| moves::MoveAssign | can NOT | does NOT | have implicit copy assignment |
|
|
| moves::MoveCtor | can NOT | does NOT | have implicit copy assignment |
|
|
| private_cc::C | can | does NOT | have implicit copy assignment |
|
|
| private_cc::HasArray | can NOT | does NOT | have implicit copy assignment |
|
|
| private_cc::HasArray2D | can NOT | does NOT | have implicit copy assignment |
|
|
| private_cc::HasPointer | can | does | have implicit copy assignment |
|
|
| private_cc::Sub | can NOT | does NOT | have implicit copy assignment |
|
|
| protected_cc::C | can | does NOT | have implicit copy assignment |
|
|
| protected_cc::HasMember | can NOT | does NOT | have implicit copy assignment |
|
|
| protected_cc::Sub1 | can | does | have implicit copy assignment |
|
|
| protected_cc::Sub2 | can | does | have implicit copy assignment |
|
|
| typedefs::A | can | does | have implicit copy assignment |
|
|
| typedefs::A::B | can | does | have implicit copy assignment |
|
|
| typedefs::C | can | does | have implicit copy assignment |
|
|
| typedefs::Derived | can | does | have implicit copy assignment |
|