gimo v0.2.0
Loading...
Searching...
No Matches
gimo::pipeline Concept Reference

Checks whether the given type is a specialization of gimo::Pipeline. More...

#include <Pipeline.hpp>

Concept definition

template<typename T>
concept pipeline = detail::is_pipeline<std::remove_cvref_t<T>>::value
Checks whether the given type is a specialization of gimo::Pipeline.
Definition Pipeline.hpp:174

Detailed Description

Checks whether the given type is a specialization of gimo::Pipeline.

Template Parameters
TThe type to check.