summaryrefslogtreecommitdiff
path: root/contrib/utility/Utility/ExH/Converter.hpp
blob: 563114fd1c475d5be9e3e6742ae73d05e8f123b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// file      : Utility/ExH/Converter.hpp
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license   : http://kolpackov.net/license.html

#ifndef UTILITY_EX_H_CONVERTER_HPP
#define UTILITY_EX_H_CONVERTER_HPP

#include <string>

namespace Utility
{
  namespace ExH
  {
    template <typename T>
    std::string
    converter (T const& t);
  }
}

#include "Utility/ExH/Converter.tpp"

#endif  // UTILITY_EX_H_CONVERTER_HPP
//$Id$