STK++ 0.9.13
STK::hidden::IsEqual< M, N > Struct Template Reference

check if T and U are equal More...

#include <STK_MetaTemplate.h>

Public Types

enum  { value_ = (M==N) }
 

Detailed Description

template<int M, int N>
struct STK::hidden::IsEqual< M, N >

check if T and U are equal

Definition at line 109 of file STK_MetaTemplate.h.

Member Enumeration Documentation

◆ anonymous enum

template<int M, int N>
anonymous enum
Enumerator
value_ 

Definition at line 109 of file STK_MetaTemplate.h.

109{ enum { value_ = (M==N) }; };

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