Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
This is the complete list of members for transpose< F >, including all inherited members.
function | transpose< F > | |
operator()(T1 &&x, T2 &&y) const &noexcept(std::is_nothrow_invocable_v< const F &, T2, T1 >) | transpose< F > | |
operator()(T1 &&x, T2 &&y) &noexcept(std::is_nothrow_invocable_v< F &, T2, T1 >) | transpose< F > | |
operator()(T1 &&x, T2 &&y) &&noexcept(std::is_nothrow_invocable_v< F &&, T2, T1 >) | transpose< F > | |
operator=(const transpose &x)=default | transpose< F > | |
operator=(transpose &&x) noexcept=default | transpose< F > | |
transpose()=default | transpose< F > | |
transpose(F &&f) noexcept | transpose< F > | explicit |
transpose(const F &f) | transpose< F > | explicit |
transpose(const transpose &x)=default | transpose< F > | |
transpose(transpose &&x) noexcept=default | transpose< F > |