Struct type_id_t¶
struct type_id_t meta¶
struct type_id_t { … } constructor type_id_t(const void *) ¶
constexpr type_id_t(const void* id) noexcept : id(id) { … } Fully qualified name: kfr::type_id_t::type_id_t(const void *)
Declared at meta/ctti.hpp:12
function operator==(type_id_t) ¶
constexpr bool operator==(type_id_t other) const { … } Fully qualified name: kfr::type_id_t::operator==(type_id_t)
Declared at meta/ctti.hpp:13
function operator!=(type_id_t) ¶
constexpr bool operator!=(type_id_t other) const { … } Fully qualified name: kfr::type_id_t::operator!=(type_id_t)
Declared at meta/ctti.hpp:14
variable id ¶
const void* const id Fully qualified name: kfr::type_id_t::id
Declared at meta/ctti.hpp:15
Fully qualified name: kfr::type_id_t
Declared at meta/ctti.hpp:10
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.