Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::ImageConcept Concept Reference

A concept that is satisfied if a type T is or derives from vcl::Image. More...

#include <vclib/space/core/image.h>

Concept definition

template<typename T>
concept vcl::ImageConcept = std::derived_from<std::remove_cvref_t<T>, Image>
A concept that is satisfied if a type T is or derives from vcl::Image.
Definition image.h:235

Detailed Description

A concept that is satisfied if a type T is or derives from vcl::Image.

Template Parameters
TThe type to be tested for conformity to the ImageConcept.