Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
Comparator< X > Struct Template Reference

#include "lib/meta/maybe-compare.hpp"

Description

template<typename X>
struct lib::meta::Comparator< X >

Trait template for invoking equality comparison.

This allows to treat some types specifically....

Definition at line 35 of file maybe-compare.hpp.

Static Public Member Functions

static bool equals (X const &x1, X const &x2)
 

Member Function Documentation

◆ equals()

template<typename X >
static bool equals ( X const x1,
X const x2 
)
inlinestatic

Definition at line 38 of file maybe-compare.hpp.

Referenced by lib::meta::equals_safeInvoke().

+ Here is the caller graph for this function:
+ Collaboration diagram for Comparator< X >:

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