VCCC  2024.05
VisualCamp Common C++ library
relation< R, T, U > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/relation.hpp>

+ Inheritance diagram for relation< R, T, U >:

Detailed Description

template<typename R, typename T, typename U>
struct vccc::relation< R, T, U >

The concept relation<R, T, U> specifies that R defines a binary relation over the set of expressions whose type and value category are those encoded by either T or U.

See also
std::relation

The documentation for this struct was generated from the following file: