#include <string_name.h>
|
| bool | operator== (const StringName &, const StringName &)=default |
| |
template<typename StringViewLike >
requires std::constructible_from<std::string_view, StringViewLike> |
| bool | operator== (const StringName &lhs, const StringViewLike &rhs) |
| |
template<typename StringViewLike >
requires std::constructible_from<std::string_view, StringViewLike> |
| bool | operator== (const StringViewLike &lhs, const StringName &rhs) |
| |
| auto | operator<=> (const StringName &, const StringName &)=default |
| |
template<typename StringViewLike >
requires std::constructible_from<std::string_view, StringViewLike> |
| auto | operator<=> (const StringName &lhs, const StringViewLike &rhs) |
| |
template<typename StringViewLike >
requires std::constructible_from<std::string_view, StringViewLike> |
| auto | operator<=> (const StringViewLike &lhs, const StringName &rhs) |
| |
◆ StringName() [1/6]
| osc::StringName::StringName |
( |
| ) |
|
|
default |
◆ StringName() [2/6]
| osc::StringName::StringName |
( |
std::string_view |
| ) |
|
|
explicit |
◆ StringName() [3/6]
| osc::StringName::StringName |
( |
const char * |
s | ) |
|
|
inlineexplicit |
◆ StringName() [4/6]
| osc::StringName::StringName |
( |
std::nullptr_t |
| ) |
|
|
explicitdelete |
◆ StringName() [5/6]
◆ StringName() [6/6]
◆ ~StringName()
| osc::StringName::~StringName |
( |
| ) |
|
|
noexcept |
◆ name()
| std::string_view osc::StringName::name |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator<=> [1/3]
◆ operator<=> [2/3]
◆ operator<=> [3/3]
◆ operator== [1/3]
◆ operator== [2/3]
◆ operator== [3/3]
The documentation for this class was generated from the following file:
- /home/adam/Desktop/opensim-creator/third_party/opynsim/liboscar/utilities/string_name.h