Loading...
Searching...
No Matches
sf::Music::Span< T > Struct Template Reference
Structure defining a time range using the template type. More...
#include <SFML/Audio/Music.hpp>
Public Attributes | |
T | offset {} |
The beginning offset of the time range. | |
T | length {} |
The length of the time range. | |
Detailed Description
template<typename T>
struct sf::Music::Span< T >
struct sf::Music::Span< T >
Structure defining a time range using the template type.
Member Data Documentation
◆ length
template<typename T >
T sf::Music::Span< T >::length {} |
◆ offset
template<typename T >
T sf::Music::Span< T >::offset {} |
The documentation for this struct was generated from the following file: