Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bsl::type_index Class Reference
[Component bslstl_typeindex]

#include <bslstl_typeindex.h>

List of all members.

Public Member Functions

 type_index (const std::type_info &target) BSLS_KEYWORD_NOEXCEPT
 type_index (const type_index &original)
 ~type_index ()
type_indexoperator= (const type_index &rhs)
bool operator== (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
bool operator!= (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
bool operator< (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
bool operator<= (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
bool operator> (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
bool operator>= (const type_index &other) const BSLS_KEYWORD_NOEXCEPT
size_t hash_code () const BSLS_KEYWORD_NOEXCEPT
const char * name () const BSLS_KEYWORD_NOEXCEPT

Detailed Description

This class implements an in-core value-semantic type wrapping a standard type_info object.

See Component bslstl_typeindex


The documentation for this class was generated from the following file: