|  | 
| 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()) {
        } else {
        }
    }()
static constexpr std::string_view classIdentifier()
Definition datatraits.h:84
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:92
 
 
The documentation for this struct was generated from the following file: