proxygen
folly::detail::constexpr_abs_helper< T, typename std::enable_if< std::is_integral< T >::value &&!std::is_same< T, bool >::value &&std::is_unsigned< T >::value >::type > Struct Template Reference

#include <ConstexprMath.h>

Static Public Member Functions

static constexpr T go (T t)
 

Detailed Description

template<typename T>
struct folly::detail::constexpr_abs_helper< T, typename std::enable_if< std::is_integral< T >::value &&!std::is_same< T, bool >::value &&std::is_unsigned< T >::value >::type >

Definition at line 112 of file ConstexprMath.h.

Member Function Documentation

template<typename T >
static constexpr T folly::detail::constexpr_abs_helper< T, typename std::enable_if< std::is_integral< T >::value &&!std::is_same< T, bool >::value &&std::is_unsigned< T >::value >::type >::go ( T  t)
inlinestatic

Definition at line 117 of file ConstexprMath.h.

References folly::pushmi::detail::t.

117  {
118  return t;
119  }

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