4.6.0
Freundlich's C++ toolkit
|
Like std::tuple but with a proper constructor.
Public Types | |
using | impl_type = std::tuple<Types...> |
Public Member Functions | |
template<typename... Args> requires ( sizeof...(Types) == sizeof...(Args) && std::conjunction_v<std::is_constructible<Types, Args>...>) | |
constexpr | object (Args &&...) noexcept(std::conjunction_v< std::is_nothrow_constructible< Types, Args >... >) |
constexpr impl_type & | impl () noexcept |
constexpr impl_type const & | impl () const noexcept |
using fcppt::tuple::object< Types >::impl_type = std::tuple<Types...> |
|
explicitconstexprnoexcept |
|
nodiscardconstexprnoexcept |
|
nodiscardconstexprnoexcept |