boca::detail Namespace Reference

Classes

struct  IsBool
 
struct  IsBool< bool >
 

Typedefs

template<typename Value_ >
using OnlyIfNotBool = typename std::enable_if< !IsBool< Value_ >::value >::type
 

Typedef Documentation

template<typename Value_ >
using boca::detail::OnlyIfNotBool = typedef typename std::enable_if < !IsBool<Value_>::value >::type