Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
maybe-compare.hpp File Reference

helpers for fail-safe invocation of comparison operations from generic code. More...

Go to the source code of this file.

Description

helpers for fail-safe invocation of comparison operations from generic code.

Definition in file maybe-compare.hpp.

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::meta
 

Classes

struct  Comparator< X >
 Trait template for invoking equality comparison. More...
 

Functions

template<typename X >
bool equals_safeInvoke (X const &x1, X const &x2)