hamigaki::auto_min —
template<typename T, typename U> implementation-defined auto_min(T t, U u);
tとuの最小値を求める。戻り値の型はTとUの型に応じて、次のように決定される。
t
u
T
U