Data types

Hello everybody.
What is the Long64_t data type? I had search about it but I didn't find it.
I wanna to know its length and when it can be use?

It's not a standard type. But, probably it just means a signed 64-bit integer.

std::int64_t is available in <cstdint>.
https://root.cern.ch/root/html528/ListOfTypes.html
https://root.cern.ch/root/html310/ListOfTypes.html

Doesn't really help explain much, other than it is a very specific non-standard data type.

https://en.wikipedia.org/wiki/Root.cern
Last edited on
@Furry Guy thank you.
You say you did a search and couldn't find anything. I did a search (two actually) and was able to find a number of links:

https://duckduckgo.com/?q=Long64_t+ROOT&t=ffsb&ia=web
https://duckduckgo.com/?q=cern+root&ia=web
Topic archived. No new replies allowed.