Construct from safe_int

Synopsis

Declared in <mp‐units/safe_int.h>

template</* implementation-defined */ U>
constexpr
explicit(!detail::is_value_preserving_int_v<U, T>)
safe_int(safe_int<U, ErrorPolicy> other);

Parameters

Name Description

other

The object to construct from

Created with MrDocs