![]() |
ImFusion SDK 4.3
|
Inheritance diagram for Key< N >:Public Member Functions | |
| constexpr | Key (const char(&identifier)[N+1]) |
| template<std::size_t N1> | |
| constexpr | Key (const Key< N1 > &key1, const Key< N - N1 - 1 > &key2) |
| constexpr char | operator[] (int i) const |
| template<std::size_t N2> | |
| constexpr auto | operator== (const Key< N2 > &otherKey) |
| operator std::string () const override | |
|
inlineoverridevirtual |
Implements KeyBase.