xte::big_int<T>::value_type

Defined in header <xte/math/big_int.hpp>


Definition

using value_type = T;



Example

static_assert(xte::is_same<xte::big_int<unsigned int>::value_type, unsigned int>);
[View in Compiler Explorer]