Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::type_index(3cxx) [debian man page]

std::type_index(3cxx)													     std::type_index(3cxx)

NAME
std::type_index - SYNOPSIS
Public Member Functions type_index (const type_info &__rhs) size_t hash_code () const const char * name () const bool operator!= (const type_index &__rhs) const bool operator< (const type_index &__rhs) const bool operator<= (const type_index &__rhs) const bool operator== (const type_index &__rhs) const bool operator> (const type_index &__rhs) const bool operator>= (const type_index &__rhs) const Detailed Description The class type_index provides a simple wrapper for type_info which can be used as an index type in associative containers (23.6) and in unordered associative containers (23.7). Definition at line 49 of file typeindex. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::type_index(3cxx)

Check Out this Related Man Page

std::decimal::decimal64(3cxx)											     std::decimal::decimal64(3cxx)

NAME
std::decimal::decimal64 - SYNOPSIS
Public Types typedef float __decfloat64 __attribute__ ((mode(DD))) Public Member Functions decimal64 (decimal32 d32) decimal64 (decimal128 d128) decimal64 (float __r) decimal64 (double __r) decimal64 (long double __r) decimal64 (int __z) decimal64 (unsigned int __z) decimal64 (long __z) decimal64 (unsigned long __z) decimal64 (long long __z) decimal64 (unsigned long long __z) decimal64 (__decfloat64 __z) __decfloat64 __getval (void) void __setval (__decfloat64 __x) decimal64 & operator*= (decimal32 __rhs) decimal64 & operator*= (decimal64 __rhs) decimal64 & operator*= (decimal128 __rhs) decimal64 & operator*= (int __rhs) decimal64 & operator*= (unsigned int __rhs) decimal64 & operator*= (long __rhs) decimal64 & operator*= (unsigned long __rhs) decimal64 & operator*= (unsigned long long __rhs) decimal64 & operator*= (long long __rhs) decimal64 & operator++ () decimal64 operator++ (int) decimal64 & operator+= (int __rhs) decimal64 & operator+= (decimal32 __rhs) decimal64 & operator+= (decimal64 __rhs) decimal64 & operator+= (decimal128 __rhs) decimal64 & operator+= (unsigned int __rhs) decimal64 & operator+= (long __rhs) decimal64 & operator+= (unsigned long __rhs) decimal64 & operator+= (long long __rhs) decimal64 & operator+= (unsigned long long __rhs) decimal64 & operator-- () decimal64 operator-- (int) decimal64 & operator-= (long __rhs) decimal64 & operator-= (int __rhs) decimal64 & operator-= (long long __rhs) decimal64 & operator-= (unsigned long long __rhs) decimal64 & operator-= (unsigned long __rhs) decimal64 & operator-= (decimal128 __rhs) decimal64 & operator-= (unsigned int __rhs) decimal64 & operator-= (decimal32 __rhs) decimal64 & operator-= (decimal64 __rhs) decimal64 & operator/= (decimal32 __rhs) decimal64 & operator/= (long long __rhs) decimal64 & operator/= (unsigned long long __rhs) decimal64 & operator/= (unsigned long __rhs) decimal64 & operator/= (decimal64 __rhs) decimal64 & operator/= (unsigned int __rhs) decimal64 & operator/= (decimal128 __rhs) decimal64 & operator/= (long __rhs) decimal64 & operator/= (int __rhs) Detailed Description 3.2.3 Class decimal64. Definition at line 310 of file decimal. Constructor &; Destructor Documentation std::decimal::decimal64::decimal64 (__decfloat64__z) [inline] Conforming extension: Conversion from scalar decimal type. Definition at line 334 of file decimal. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::decimal::decimal64(3cxx)
Man Page