Function ctypeid¶
function ctypeid() meta¶
template <typename T>
constexpr inline type_id_t ctypeid() { … } Gets unique value associated with the type
| T | type |
| value of type that supports operator== and operator!= |
Fully qualified name: kfr::ctypeid()
Declared at meta/ctti.hpp:103
Function ctypeid¶
function ctypeid(T) meta¶
template <typename T>
constexpr inline type_id_t ctypeid(T x) { … } Gets unique value associated with the type
| x | value of specific type |
| value of type that supports operator== and operator!= |
Fully qualified name: kfr::ctypeid(T)
Declared at meta/ctti.hpp:113
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.