System::AnyTypesMatch< LastType > Struct Template Reference

Specialization to terminate the recursion. More...

Static Public Attributes

static constexpr bool value = false
 Always false, as there's no other types to match. More...
 

Detailed Description

template<typename LastType>
struct System::AnyTypesMatch< LastType >

Specialization to terminate the recursion.

Template Parameters
LastTypeLast type in the chain.

Member Data Documentation

◆ value

template<typename LastType >
constexpr bool System::AnyTypesMatch< LastType >::value = false
static

Always false, as there's no other types to match.