#ifndef TMP_BIND_H #define TMP_BIND_H #include "packalgo.h" namespace tmp { template class TT, typename C> struct Bind2nd { template using F = TT; }; template class TT, ValueType V> struct Bind2ndV { template using F = TT; }; } #endif