webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | List of all members
brigand::eval_if_c< Condition, A, B > Struct Template Reference

#include <Brigand.h>

Public Types

using type = typename std::conditional< Condition, A, B >::type::type
 
using type = typename std::conditional< Condition, A, B >::type::type
 
using type = typename std::conditional< Condition, A, B >::type::type
 

Member Typedef Documentation

◆ type [1/3]

template<bool Condition, typename A , typename B >
using brigand::eval_if_c< Condition, A, B >::type = typename std::conditional<Condition, A, B>::type::type

◆ type [2/3]

template<bool Condition, typename A , typename B >
using brigand::eval_if_c< Condition, A, B >::type = typename std::conditional<Condition, A, B>::type::type

◆ type [3/3]

template<bool Condition, typename A , typename B >
using brigand::eval_if_c< Condition, A, B >::type = typename std::conditional<Condition, A, B>::type::type

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