An open API service indexing awesome lists of open source software.

https://github.com/mkckr0/category_traits

A way to identify C++ value category in compile-time using template partial specialization and decltype(())
https://github.com/mkckr0/category_traits

cpp cpp11 value-category

Last synced: over 1 year ago
JSON representation

A way to identify C++ value category in compile-time using template partial specialization and decltype(())

Awesome Lists containing this project

README

          

# category_traits
A way to identify C++ value category in compile-time using template partial specialization and `decltype(())`

## reference

[https://en.cppreference.com/w/cpp/language/decltype](https://en.cppreference.com/w/cpp/language/decltype)
[https://en.cppreference.com/w/cpp/language/value_category](https://en.cppreference.com/w/cpp/language/value_category)
[C++ 利用模板偏特化和 decltype(()) 识别表达式的值类别](https://mkckr0.github.io/blog/2022/C++-利用模板偏特化和-decltype(())-识别表达式的值类别.html)