Iros
 
Loading...
Searching...
No Matches
output_iterator.h
Go to the documentation of this file.
1#pragma once
2
5#include "di/util/forward.h"
6
7namespace di::concepts {
8template<typename It, typename T>
10 Iterator<It> && IndirectlyWritable<It, T> && requires(It it, T&& value) { *it++ = util::forward<T>(value); };
11}
Definition indirectly_writable.h:8
Definition iterator.h:14
Definition output_iterator.h:9
Definition any_storable.h:9