mln::metal::equal< T1, T2 > Struct Template Reference

Definition of a static 'equal' test. More...

#include <equal.hh>

Inheritance diagram for mln::metal::equal< T1, T2 >:
Inheritance graph

Detailed Description

template<typename T1, typename T2>
struct mln::metal::equal< T1, T2 >

Definition of a static 'equal' test.

Check whether type T1 is exactly type T2.

Definition at line 49 of file equal.hh.