78 inline bool operator== (
const Identifier& other)
const noexcept {
return name.getCharPointer() == other.name.getCharPointer(); }
81 inline bool operator!= (
const Identifier& other)
const noexcept {
return name.getCharPointer() != other.name.getCharPointer(); }
105 operator String::CharPointerType()
const noexcept {
return name.getCharPointer(); }