Skip to main content

IsPlatformCommandBuffer.ixx File

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespacemessaging
namespacecommand
namespaceconcepts

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <concepts>
8
9export module helios.engine.runtime.messaging.command.concepts.IsPlatformCommandBuffer;
10
11import helios.engine.runtime.messaging.command.PlatformCommandBuffer;
12
14export namespace helios::engine::runtime::messaging::command::concepts {
15
29 template<class T>
30 concept IsPlatformCommandBuffer = std::same_as<T, PlatformCommandBuffer>;
31}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.