|
static constexpr std::string_view | classIdentifier () |
|
static constexpr std::string_view | dataName () |
|
static constexpr uvec3 | colorCode () |
|
static Document | info (const DataSequence< Data > &data) |
|
|
static constexpr auto | cid |
|
static constexpr auto | name |
|
◆ cid
Initial value:= []() {
if constexpr (!name.empty()) {
return StaticString<name.size()>(name) + ".sequence";
} else {
}
}()
static constexpr std::string_view classIdentifier()
Definition datatraits.h:83
A compile time string implementation. Supports compile time string concatenation and conversion to st...
Definition staticstring.h:73
◆ name
Initial value:= []() {
if constexpr (!tName.empty()) {
return "DataSequence<" + StaticString<tName.size()>(tName) + ">";
} else {
}
}()
static constexpr std::string_view dataName()
Definition datatraits.h:91
The documentation for this struct was generated from the following file: