OGLplus (0.52.0) a C++ wrapper for OpenGL

ref_ios.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_STRING_REF_IOS_1107121519_HPP
14 #define OGLPLUS_STRING_REF_IOS_1107121519_HPP
15 
17 #include <iostream>
18 
19 namespace oglplus {
20 
21 template <typename Char>
22 inline
23 std::ostream&
24 operator << (std::ostream& out, const StrCRefTpl<Char>& str)
25 {
26  out.write(str.begin(), str.size());
27  return out;
28 }
29 
30 } // namespace oglplus
31 
32 #endif // include guard
String reference.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).