Skip to main content

CanProvideWindowHints.ixx File

Concept requiring a window-hint hook on render backends. More...

Included Headers

#include <concepts>

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacecommon
namespaceconcepts

Description

Concept requiring a window-hint hook on render backends.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <concepts>
8
9export module helios.engine.rendering.common.concepts.CanProvideWindowHints;
10
11export namespace helios::engine::rendering::common::concepts {
12
20 template<typename T>
21 concept CanProvideWindowHints = requires(T& t)
22 {
23 {t.provideWindowHints()}->std::same_as<void>;
24 };
25
26
27
28
29}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.