Skip to content

Commit

Permalink
[NFC][ntuple] add TODO to TokenizeTypeList
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Feb 6, 2025
1 parent 7c5642a commit 2697372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tree/ntuple/v7/src/RFieldUtils.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ERNTupleSerializationMode GetRNTupleSerializationMode(TClass *cl);
std::tuple<std::string, std::vector<size_t>> ParseArrayType(std::string_view typeName);

/// Used in RFieldBase::Create() in order to get the comma-separated list of template types
/// E.g., gets {"int", "std::variant<double,int>"} from "int,std::variant<double,int>"
/// E.g., gets {"int", "std::variant<double,int>"} from "int,std::variant<double,int>".
/// TODO(jblomer): Try to merge with TClassEdit::TSplitType
std::vector<std::string> TokenizeTypeList(std::string_view templateType);

} // namespace Internal
Expand Down

0 comments on commit 2697372

Please sign in to comment.