*\name * Construction/Destruction. */ @{*/
| 29 | */ |
| 30 | /**@{*/ |
| 31 | FrameGraph( FrameGraph const & ) = delete; |
| 32 | FrameGraph & operator=( FrameGraph const & ) = delete; |
| 33 | FrameGraph & operator=( FrameGraph && )noexcept = delete; |
| 34 | CRG_API FrameGraph( FrameGraph && )noexcept = default; |
nothing calls this directly
no outgoing calls
no test coverage detected