proxygen
folly::detail::is_negative_impl< T, false > Struct Template Reference

#include <Traits.h>

Static Public Member Functions

static constexpr bool check (T)
 

Detailed Description

template<typename T>
struct folly::detail::is_negative_impl< T, false >

Definition at line 631 of file Traits.h.

Member Function Documentation

template<typename T >
static constexpr bool folly::detail::is_negative_impl< T, false >::check ( T  )
inlinestatic

Definition at line 632 of file Traits.h.

632  {
633  return false;
634  }

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