Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::Relation< R, T, U > Struct Template Reference

Relation concept, a type R is a relation between T and U if it defines the 4 combinations. More...

#include "Relation.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class R, class T, class U>
struct scl::concepts::Relation< R, T, U >

Relation concept, a type R is a relation between T and U if it defines the 4 combinations.

Template Parameters
Rbeing the relation type
Tbeing the first argument type
Ubeing the last argument type

Definition at line 18 of file Relation.h.

Member Function Documentation

◆ operator bool()

template<class R , class T , class U >
constexpr scl::concepts::Relation< R, T, U >::operator bool ( ) const
inline

Definition at line 19 of file Relation.h.


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