Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
d37bbca5
Commit
d37bbca5
authored
Dec 12, 2018
by
Michaël Roynard
Browse files
Format
parent
6e3645fa
Pipeline
#12441
passed with stages
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pylene/include/mln/core/concept/new/images.hpp
View file @
d37bbca5
...
...
@@ -83,7 +83,10 @@ namespace mln::concepts
requires
(
WIma
ima
)
{
{
ima
.
new_values
()
}
->
stl
::
OutputRange
<
image_value_t
<
WIma
>>&&
;
// Check Writability of each pixel of the range
requires
OutputPixel
<
std
::
common_type_t
<
image_pixel_t
<
WIma
>
,
stl
::
iter_value_t
<
stl
::
iterator_t
<
decltype
(
ima
.
new_pixels
())
>>>>
;
requires
OutputPixel
<
std
::
common_type_t
<
stl
::
iter_value_t
<
stl
::
iterator_t
<
decltype
(
ima
.
new_pixels
())
>>
,
image_pixel_t
<
WIma
>>>
;
};
}
// namespace detail
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment