< prev index next >

src/hotspot/share/metaprogramming/integralConstant.hpp

Print this page

        

*** 23,33 **** */ #ifndef SHARE_VM_METAPROGRAMMING_INTEGRALCONSTANT_HPP #define SHARE_VM_METAPROGRAMMING_INTEGRALCONSTANT_HPP - #include "memory/allocation.hpp" // An Integral Constant is a class providing a compile-time value of an // integral type. An Integral Constant is also a nullary metafunction, // returning itself. An integral constant object is implicitly // convertible to the associated value. --- 23,32 ----
< prev index next >