23 #ifndef __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_HPP
24 #define __MLPACK_CORE_IO_PREFIXEDOUTSTREAM_HPP
31 #include <boost/lexical_cast.hpp>
32 #include <boost/utility/enable_if.hpp>
33 #include <boost/type_traits.hpp>
79 destination(destination),
139 typename boost::disable_if<
146 typename boost::enable_if<
149 typename boost::disable_if<
150 HasToString<T, std::
string(T::*)() const>
156 typename boost::enable_if<
159 typename boost::enable_if<
160 HasToString<T, std::
string(T::*)() const>
194 #include "prefixedoutstream_impl.hpp"