Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::common_tuple< Ts > Struct Template Reference
+ Inheritance diagram for ranges::v3::common_tuple< Ts >:

Public Member Functions

 common_tuple () noexcept(meta::and_c< std::is_nothrow_default_constructible< Ts >::value... >::value)
 

Constructor & Destructor Documentation

◆ common_tuple()

template<typename ... Ts>
ranges::v3::common_tuple< Ts >::common_tuple ( )
noexcept
Precondition
meta::and_c<(bool) DefaultConstructible<Ts>()...>::value