MCPcopy Create free account
hub / github.com/SFML/SFML / Sound

Function Sound

include/SFML/Audio/Sound.hpp:62–62  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Disallow construction from a temporary sound buffer ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

60 ///
61 ////////////////////////////////////////////////////////////
62 Sound(const SoundBuffer&& buffer) = delete;
63
64 ////////////////////////////////////////////////////////////
65 /// \brief Copy constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected