31 #ifndef COMMON_STD_UTILITY_H 32 #define COMMON_STD_UTILITY_H 34 #include "common/util.h" 38 template<
class T1,
class T2>
45 pair(T1 first_, T2 second_) : first(first_), second(second_) {
49 template<
class T1,
class T2 >
Out move(In first, In last, Out dst)
Definition: algorithm.h:109
Definition: algorithm.h:37