|
QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Namespaces | |
| namespace | quickcpplib |
| The QuickCppLib namespace. | |
| namespace | quickcpplib::_xxx |
| Per commit unique namespace to prevent different git submodule versions clashing. | |
| namespace | quickcpplib::_xxx::detail |
Functions | |
| template<class T , class U = T&&> | |
| U | quickcpplib::_xxx::detail::declval_selector (int) |
| template<class T > | |
| T | quickcpplib::_xxx::detail::declval_selector (long) |
| template<class T > | |
| auto | quickcpplib::_xxx::declval () noexcept -> decltype(detail::declval_selector< T >(0)) |
std::declval without <utility> | |