Add signature deduction function template.
commita6b4274161509e35b558075ae5c5d2ab4a10b96e
authorDaniel Wallin <daniel@boostpro.com>
Sat, 13 Sep 2008 11:34:12 +0000 (13 13:34 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Mon, 10 Nov 2008 10:35:58 +0000 (10 11:35 +0100)
tree60b979016486e6becbd84ea1e4d9be2be1087566
parent27ae7f377eda39f095dd6ec4c75934e9a63ce550
Add signature deduction function template.

Added deduce_signature function templates that transforms a function and
member function pointer into an mpl::vectorN<> describing the signature.
luabind/detail/deduce_signature.hpp [new file with mode: 0644]