Skip to content

Function ctypeid

function ctypeid() meta

template <typename T>
constexpr inline type_id_t ctypeid() { … }

Gets unique value associated with the type

Template parameters
T type
Returns
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

Parameters
x value of specific type
Returns
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.