cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
where.hpp File Reference
#include <prc/core/basic/common.hpp>
#include <prc/core/basic/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class TE , class T , If< IsBool< TE > > = 0>
static constexpr T pRC::where (TE const e, T &&a, T &&b)
 
template<class TE , class T , If< IsBool< TE > > = 0>
static constexpr T constpRC::where (TE const e, T const &a, T &b)
 
template<class TE , class T , If< IsBool< TE > > = 0>
static constexpr T constpRC::where (TE const e, T &a, T const &b)
 
template<class TE , class XA , class XB , If< IsBool< TE > > = 0>
static constexpr auto pRC::where (TE const e, XA &&a, XB &&b)