IsDirtyTrackerLike.ixx File
Concept that checks whether a type exposes dirty-state tracking operations. More...
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | core |
| namespace | concepts |
Description
Concept that checks whether a type exposes dirty-state tracking operations.
File Listing
The file content with the documentation metadata removed is:
22 concept IsDirtyTrackerLike = requires(T& t) {
23 { t.isDirty() } -> std::same_as<bool>;
24 { t.clearDirty() } -> std::same_as<void>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.