Iros
 
Loading...
Searching...
No Matches
iterator_reconstructed.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/util/declval.h"
5
6namespace di::meta {
7template<typename It, typename Sent = It>
9}
constexpr auto reconstruct
Definition reconstruct.h:75
Definition merge_interfaces.h:6
decltype(container::reconstruct(util::declval< It >(), util::declval< Sent >())) IteratorReconstructed
Definition iterator_reconstructed.h:8
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8