Iros
 
Loading...
Searching...
No Matches
di::concepts::ReconstructibleContainer Concept Reference

#include <di/container/concepts/reconstructible_container.h>

Concept definition

template<typename Con, typename It meta::ContainerIterator<Con>, typename Sent meta::ContainerSentinel<Con>>
concept di::concepts::ReconstructibleContainer = requires(It iterator, Sent sentinel) {
container::reconstruct(in_place_type<Con>, util::forward<It>(iterator), util::forward<Sent>(sentinel));
}
Definition reconstructible_container.h:11
constexpr auto reconstruct
Definition reconstruct.h:75
constexpr auto in_place_type
Definition in_place_type.h:12