gimo v0.1.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 gimo::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.