$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [concept] EqualityComparable metafunction
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-09-06 16:17:59
> I think the (relatively) recently-reviewed TypeTraits Extension by Frederic
> Bron has what you're looking for, although I have no idea what the name of
> the particular metafunction is at the moment :) has_operator_equals?
It is on the way and the final name will be: has_equal_to<T1, T2, Ret>
Frédéric