Range-v3
Range algorithms, views, and actions for the Standard Library
Public Member Functions
|
List of all members
ranges::v3::common_pair< F, S > Struct Template Reference
Inheritance diagram for ranges::v3::common_pair< F, S >:
Public Member Functions
common_pair
() noexcept(std::is_nothrow_default_constructible< F >::value && std::is_nothrow_default_constructible< S >::value)
Constructor & Destructor Documentation
template<typename F , typename S >
ranges::v3::common_pair
< F, S >::
common_pair
(
)
noexcept
Precondition
DefaultConstructible<F>() && DefaultConstructible<S>()
ranges
v3
common_pair
Generated by
1.8.10