#include <chrono.hpp>
◆ would_overflow()
template<typename Target , typename Source , bool target_is_signed = std::is_signed<Target>::value, bool source_is_signed = std::is_signed<Source>::value, typename = typename std::enable_if< std::is_integral<Target>::value && std::is_integral<Source>::value >::type>
◆ value
template<typename Target , typename Source , bool target_is_signed = std::is_signed<Target>::value, bool source_is_signed = std::is_signed<Source>::value, typename = typename std::enable_if< std::is_integral<Target>::value && std::is_integral<Source>::value >::type>
The documentation for this struct was generated from the following file: