//mbind header //Copyright (c) 2014 mmYYmmdd #if !defined MMYYMMDD_MBIND_INCLUDED #define MMYYMMDD_MBIND_INCLUDED #include #include // Meta‚Čbind mbind namespace mymd { namespace detail_mbind { //----------------------------------------------- template struct packeR { }; //----------------------------------------------- // default converter template struct no_cnv { using type = T; }; //----------------------------------------------- // placeholder template