$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-03-04 13:45:07
Noel Yap wrote:
> David Abrahams wrote:
>
>> "Yutaka Leon Suematsu" <yutaka_at_[hidden]> writes:
>>
>>> Is it possible to evaluate, in compile time, the existence of a
>>> certain member function in a class?
>>
>> Yep. If you know both the name and exact signature, you use SFINAE
>> with the member function pointer.
>
> Could you give or point us to an example, please?
See the references cited here:
http://listarchives.boost.org/MailArchives/boost/msg77454.php
Jonathan