LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::Util::Not< Pred >::Negate< std::integral_constant< bool, V > > Struct Template Reference

#include "typelevel.h"

Public Types

using Result_t = std::integral_constant< bool, !V >
 

Detailed Description

template<template< typename > class Pred>
template<bool V>
struct LeechCraft::Util::Not< Pred >::Negate< std::integral_constant< bool, V > >

Definition at line 45 of file typelevel.h.

Member Typedef Documentation

◆ Result_t

template<template< typename > class Pred>
template<bool V>
using LeechCraft::Util::Not< Pred >::Negate< std::integral_constant< bool, V > >::Result_t = std::integral_constant<bool, !V>

Definition at line 47 of file typelevel.h.


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