42 namespace Gecode {
namespace Float {
147 template<
class Char,
class Traits>
148 std::basic_ostream<Char,Traits>&
149 operator <<(std::basic_ostream<Char,Traits>& os,
const FloatView&
x);
247 template<
class Char,
class Traits>
248 std::basic_ostream<Char,Traits>&
249 operator <<(std::basic_ostream<Char,Traits>& os,
const MinusView&
x);
360 template<
class Char,
class Traits>
361 std::basic_ostream<Char,Traits>&
362 operator <<(std::basic_ostream<Char,Traits>& os,
const OffsetView&
x);
473 template<
class Char,
class Traits>
474 std::basic_ostream<Char,Traits>&
475 operator <<(std::basic_ostream<Char,Traits>& os,
const ScaleView&
x);
487 namespace Gecode {
namespace Float {