Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RIntegralTypeMap< long > Struct Reference

Definition at line 292 of file RFieldFundamental.hxx.

Public Types

using type = std::conditional_t< sizeof(long)==sizeof(std::int32_t), std::int32_t, std::int64_t >
 

#include <ROOT/RField/RFieldFundamental.hxx>

Member Typedef Documentation

◆ type

using ROOT::Experimental::Internal::RIntegralTypeMap< long >::type = std::conditional_t<sizeof(long) == sizeof(std::int32_t), std::int32_t, std::int64_t>

Definition at line 294 of file RFieldFundamental.hxx.


The documentation for this struct was generated from the following file: