proxygen
folly::Bools< Bs > Struct Template Reference

#include <Traits.h>

Public Types

using valid_type = bool
 

Static Public Member Functions

static constexpr std::size_t size ()
 

Detailed Description

template<bool... Bs>
struct folly::Bools< Bs >

Definition at line 477 of file Traits.h.

Member Typedef Documentation

template<bool... Bs>
using folly::Bools< Bs >::valid_type = bool

Definition at line 478 of file Traits.h.

Member Function Documentation

template<bool... Bs>
static constexpr std::size_t folly::Bools< Bs >::size ( )
inlinestatic

Definition at line 479 of file Traits.h.

479  {
480  return sizeof...(Bs);
481  }

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