xte ::big_int <T >::value_type
Defined in header <xte/math/big_int.hpp> Definition
using value_type =T ;
Example
[View in Compiler Explorer]static_assert (xte ::is_same <xte ::big_int <unsigned int >::value_type ,unsigned int >);
xte ::big_int <T >::value_type <xte/math/big_int.hpp> using value_type =T ;
[View in Compiler Explorer]static_assert (xte ::is_same <xte ::big_int <unsigned int >::value_type ,unsigned int >);