HasClear.ixx File
Concept detecting an optional clear() method. More...
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | concepts |
Description
Concept detecting an optional clear() method.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::engine::runtime::concepts {
25 concept HasClear = requires(T& t) {
26 {t.clear() } -> std::same_as<void>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.