mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
more comments about TrackIterRange operators
This commit is contained in:
@@ -1015,6 +1015,7 @@ template <
|
||||
}
|
||||
|
||||
// Specify the added conjunct as a pointer to member function
|
||||
// Read + as "and"
|
||||
template< typename R, typename C >
|
||||
TrackIterRange operator + ( R ( C ::* pmf ) () const ) const
|
||||
{
|
||||
@@ -1033,6 +1034,7 @@ template <
|
||||
}
|
||||
|
||||
// Specify the negated conjunct as a pointer to member function
|
||||
// Read - as "and not"
|
||||
template< typename R, typename C >
|
||||
TrackIterRange operator - ( R ( C ::* pmf ) () const ) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user