Typedef nix::is_integer_with_sign_and_size

Typedef Documentation

using nix::is_integer_with_sign_and_size = std::integral_constant<bool, is_true_numeric<T>::value && std::is_signed<T>::value == SIGN && sizeof(T) == SIZE>