$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [FunctionTypes] Testing for a general callable type.
From: Robert Jones (robertgbjones_at_[hidden])
Date: 2013-03-22 05:30:40
Hi All
Is there anything in Boost to help me test for a general type being
callable with a
specific signature? I've found Boost.FuncionTypes, which seems to be
confined to
*builtin* callable types, but has made me aware that all the
const/volatile/reference
variations might make a general test more complicated than I first thought.
Any pointers much appreciated.
Thx,
Rob.