Documentation of CSL
Static Public Attributes
csl::canDecay< T, U, Type, Type2 > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Field Documentation

◆ value

template<class T , class U , class Type , class Type2 = Type>
constexpr bool csl::canDecay< T, U, Type, Type2 >::value
inlinestatic
Initial value:
=
std::is_convertible_v<std::decay_t<T>, Type>
&& std::is_convertible_v<std::decay_t<U>, Type2>

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