Skip to main content

IsPlatformHandle.ixx File

Concept constraining runtime platform handle types. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespaceenvironment
namespaceconcepts

Description

Concept constraining runtime platform 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.environment.concepts.IsPlatformHandle;
10
11import helios.engine.platform.environment.types.PlatformHandle;
12
14export namespace helios::engine::platform::environment::concepts {
15
19 template<typename T>
20 concept IsPlatformHandle = std::is_same_v<T, PlatformHandle>;
21
22}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.