24 template <
class _T, 
class _U>
    25 std::ostream& operator<<(std::ostream& a_output, const std::pair<_T, _U>& a_value)
    27   a_output << 
",size=" << a_value.size();
    38 void VecToStream(std::stringstream& a_ss, 
const T& a_v, std::string a_label)
    41   for (
size_t i = 0; i < a_v.size(); ++i)
    47   a_ss << 
"=" << a_label << 
" ";
 void VecToStream(std::stringstream &a_ss, const T &a_v, std::string a_label)
Export a vector or bitset to a stringstream. 
std::pair< int, int > PAIR_I_I
short rename