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 Member Functions | |
| Span () | |
| Default constructor. | |
| Span (T off, T len) | |
| Initialization constructor. | |
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.
Constructor & Destructor Documentation
◆ Span() [1/2]
template<typename T >
|
inline |
◆ Span() [2/2]
template<typename T >
|
inline |
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: