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

#include <Traits.h>

Static Public Member Functions

static constexpr bool check (T x)
 

Detailed Description

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

Definition at line 624 of file Traits.h.

Member Function Documentation

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

Definition at line 625 of file Traits.h.

625  {
626  return x < 0;
627  }
Definition: InvokeTest.cpp:58

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