Skip to main content

StringComponent.ixx File

Included Headers

#include <string> #include <helios.math.concepts> #include <helios.math.types>

Namespaces Index

namespacehelios
namespaceengine
namespacecore
namespacecomponents

Classes Index

structStringComponent<TDomainTag, THandle>

Generic String Component. More...

File Listing

The file content with the documentation metadata removed is:

1module;
2
3#include <string>
4
5export module helios.engine.core.components.StringComponent;
6
7import helios.math.types;
8
9import helios.math.concepts;
10
11using namespace helios::math;
12using namespace helios::math::concepts;
14
21 template<typename TDomainTag, typename THandle>
23
24 std::string value{};
25
26 StringComponent() = default;
27
28 explicit StringComponent(std::string&& str) : value(std::move(str)){}
29
30 };
31
32}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.