powerd++  0.4.4
Public Types | Static Public Attributes | List of all members
sys::io::enable_if< bool, T > Struct Template Reference

Similar to std::enable_if, but it also has the value of the expression. More...

#include <io.hpp>

Public Types

using type = T
 Provide the requested type.
 

Static Public Attributes

static constexpr const bool value {true}
 The given expression is true.
 

Detailed Description

template<bool, class T = void>
struct sys::io::enable_if< bool, T >

Similar to std::enable_if, but it also has the value of the expression.

Template Parameters
TThe return type if the expression is true

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