QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
declval.hpp File Reference
#include "config.hpp"
#include <cstdlib>

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&&>
quickcpplib::_xxx::detail::declval_selector (int)
 
template<class 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>