Function returns¶
function returns(Ts &&...) meta¶
template <typename T, typename... Ts>
KFR_INTRINSIC constexpr T returns(Ts&&...) noexcept { … } Function that returns value-initialization of type T and ignores all its arguments
| T | type to value-initialize |
| Ts | ignored argument types |
Fully qualified name: kfr::returns(Ts &&...)
Declared at meta.hpp:1103
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.