proxygen
folly::detail::SignedValueHandler< T, IsSigned > Class Template Reference

Detailed Description

template<typename T, bool IsSigned = std::is_signed<T>::value>
class folly::detail::SignedValueHandler< T, IsSigned >

This class takes care of additional processing needed for signed values, like leading sign character and overflow checks.

Definition at line 464 of file Conv.cpp.


The documentation for this class was generated from the following file: