25 #ifndef SFML_CLIPBOARD_HPP    26 #define SFML_CLIPBOARD_HPP    31 #include <SFML/Window/Export.hpp>    32 #include <SFML/System/String.hpp>    72     static void setString(
const String& text);
    78 #endif // SFML_CLIPBOARD_HPP Give access to the system clipboard. 
Utility string class that automatically handles conversions between types and encodings.