lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Attributes
lean::meta::is_equal< Type1, Type2 > Struct Template Reference

True if types are equal, false otherwise. More...

#include <type_traits.h>

List of all members.

Static Public Attributes

static const bool value = false
 True if types are equal, false otherwise.

Detailed Description

template<class Type1, class Type2>
struct lean::meta::is_equal< Type1, Type2 >

True if types are equal, false otherwise.


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