NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::u16character 成员列表

成员的完整列表,这些成员属于 neforce::u16character,包括所有继承而来的类成员

base typedefneforce::u16character
bits() noexceptneforce::ipackage< T, PackageT >inlinestatic
bytes() noexceptneforce::ipackage< T, PackageT >inlinestatic
equal_to(const T &other) const noexceptneforce::ipackage< T, PackageT >inline
icharacter(char16_t value) noexceptneforce::icharacter< u16character, char16_t >inline
ipackage(package_type value) noexceptneforce::ipackage< T, PackageT >inlineexplicit
less_than(const T &other) const noexceptneforce::ipackage< T, PackageT >inline
operator bool() const noexceptneforce::icharacter< u16character, char16_t >inlineexplicit
operator package_type() const noexceptneforce::ipackage< T, PackageT >inlineexplicit
operator!=(const T &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))neforce::icomparable< T >inline
operator%(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator%=(other)))neforce::iarithmetic< T >inline
operator%=(const T &other)neforce::ipackage< T, PackageT >inline
operator&(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator&=(other)))neforce::ibinary< T >inline
operator&=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator*(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator*=(other)))neforce::iarithmetic< T >inline
operator*=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator+(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator+=(other)))neforce::iarithmetic< T >inline
operator++() noexceptneforce::ipackage< T, PackageT >inline
neforce::iarithmetic::operator++(int) noexcept(noexcept(derived().operator++()))neforce::iarithmetic< T >inline
operator+=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator-(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator-=(other)))neforce::iarithmetic< T >inline
operator--() noexceptneforce::ipackage< T, PackageT >inline
neforce::iarithmetic::operator--(int) noexcept(noexcept(derived().operator--()))neforce::iarithmetic< T >inline
operator-=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator/(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator/=(other)))neforce::iarithmetic< T >inline
operator/=(const T &other)neforce::ipackage< T, PackageT >inline
operator<(const T &rhs) const noexcept(noexcept(derived().less_than(rhs)))neforce::icomparable< T >inline
operator<<(const uint32_t shift) constneforce::ibinary< T >inline
operator<<=(const uint32_t shift)neforce::ipackage< T, PackageT >inline
operator<=(const T &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< T >inline
operator==(const T &rhs) const noexcept(noexcept(derived().equal_to(rhs)))neforce::icomparable< T >inline
operator>(const T &rhs) const noexcept(noexcept(rhs.less_than(derived())))neforce::icomparable< T >inline
operator>=(const T &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))neforce::icomparable< T >inline
operator>>(const uint32_t shift) constneforce::ibinary< T >inline
operator>>=(const uint32_t shift)neforce::ipackage< T, PackageT >inline
operator^(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator^=(other)))neforce::ibinary< T >inline
operator^=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator|(const T &other) const noexcept(noexcept(const_cast< T & >(derived()).operator|=(other)))neforce::ibinary< T >inline
operator|=(const T &other) noexceptneforce::ipackage< T, PackageT >inline
operator~() const noexceptneforce::ipackage< T, PackageT >inline
package_type typedefneforce::ipackage< T, PackageT >
swap(T &other) noexceptneforce::ipackage< T, PackageT >inline
to_hash() const noexceptneforce::ipackage< T, PackageT >inline
to_ihash() const noexcept(noexcept(derived().to_hash()))neforce::ihashable< T >inline
to_int64() const noexceptneforce::ipackage< T, PackageT >inline
to_string(const basic_string_view< value_type > &obj)neforce::u16characterinlinestatic
to_u16string(const basic_string_view< value_type > &obj)neforce::u16characterinlinestatic
to_u32string(const basic_string_view< value_type > &obj)neforce::u16characterinlinestatic
to_u8string(const basic_string_view< value_type > &obj)neforce::u16characterinlinestatic
to_wstring(const basic_string_view< value_type > &obj)neforce::u16characterinlinestatic
value() const noexceptneforce::ipackage< T, PackageT >inline
value_neforce::ipackage< T, PackageT >protected
value_type typedefneforce::u16character
~ipackage()=defaultneforce::ipackage< T, PackageT >protected