chsvlib
chsv helper source code

◆ identity_t

using identity_t = typename identity<T>::type

Introduces type dependency to prohibit template argument deduction.

Template Parameters
TA type to depend upon.
std::is_same_v<T, Chusov::identity_t<T>>

is always true.

See also
identity