Skip to content
  • Daniel Teske's avatar
    Make Utils::transform more generic · f0251e7e
    Daniel Teske authored
    
    
    - Works for all container types now, defaulting to
      the same container type for input and output
    
    - Enables specifying the result container type,
      e.g. QSet<X> x = Utils::transform<QSet>(list, function);
    
    - Use our own inserter instead of std::back_inserter,
      to enable usage with QSet<>
    
    Change-Id: I7256e51430bfc1409456c68b6ee270778b95e9d5
    Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
    f0251e7e