OpenKalman
OpenKalman::collections::internal::movable_wrapper< T > Member List

This is the complete list of members for OpenKalman::collections::internal::movable_wrapper< T >, including all inherited members.

get() &noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
get() const &noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
get() &&noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
get() const &&noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
movable_wrapper() noexcept(std::is_nothrow_default_constructible_v< T_ >)=defaultOpenKalman::collections::internal::movable_wrapper< T >
movable_wrapper(T &&t)OpenKalman::collections::internal::movable_wrapper< T >inlineexplicit
operator const T() const &&noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
operator const T &() const &noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
operator T() &&noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
operator T &() &noexceptOpenKalman::collections::internal::movable_wrapper< T >inline
operator()(ArgTypes &&...args) &noexcept(std::is_nothrow_invocable_v< T &, ArgTypes... >)OpenKalman::collections::internal::movable_wrapper< T >inline
operator()(ArgTypes &&...args) const &noexcept(std::is_nothrow_invocable_v< const T &, ArgTypes... >)OpenKalman::collections::internal::movable_wrapper< T >inline
operator()(ArgTypes &&...args) &&noexcept(std::is_nothrow_invocable_v< T &&, ArgTypes... >)OpenKalman::collections::internal::movable_wrapper< T >inline
operator()(ArgTypes &&...args) const &&noexcept(std::is_nothrow_invocable_v< const T &&, ArgTypes... >)OpenKalman::collections::internal::movable_wrapper< T >inline
type typedefOpenKalman::collections::internal::movable_wrapper< T >