libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::conjunction< Types > Struct Template Reference

Logical AND metafunction. More...

#include <type_traits.h>

Static Public Attributes

static constexpr bool value = (Types::value && ...)
 

Detailed Description

template<typename... Types>
struct bmb::conjunction< Types >

Logical AND metafunction.

Member Data Documentation

◆ value

template<typename... Types>
constexpr bool bmb::conjunction< Types >::value = (Types::value && ...)
staticconstexpr

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