powerd++  0.4.4
List of all members
sys::io::contains< set< Set ... >, Value > Struct Template Reference

Specialise io::contains to unpack io::set. More...

#include <io.hpp>

Inheritance diagram for sys::io::contains< set< Set ... >, Value >:
[legend]
Collaboration diagram for sys::io::contains< set< Set ... >, Value >:
[legend]

Additional Inherited Members

- Public Types inherited from sys::io::enable_if<((Set==Value)||...)>
using type = void
 Provide the requested type.
 
- Static Public Attributes inherited from sys::io::enable_if<((Set==Value)||...)>
static constexpr const bool value
 The given expression is true.
 

Detailed Description

template<auto ... Set, auto Value>
struct sys::io::contains< set< Set ... >, Value >

Specialise io::contains to unpack io::set.

Template Parameters
SetThe set of integral values to search
ValueThe value to find in Set

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