Skip to main content

IsWindowHandle.ixx File

Concept constraining window handle types. More...

Included Headers

#include <concepts> #include <helios.engine.platform.window.types.WindowHandle>

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespacewindow
namespaceconcepts

Description

Concept constraining window handle types.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <concepts>
8
9export module helios.engine.platform.window.concepts.IsWindowHandle;
10
11import helios.engine.platform.window.types.WindowHandle;
12
14export namespace helios::engine::platform::window::concepts {
15
19 template<typename T>
20 concept IsWindowHandle = std::is_same_v<T, WindowHandle>;
21
22}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.