mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types
m::conditional_one< Cond, TrueType, FalseType > Struct Template Reference

#include <type_traits.hpp>

Public Types

template<typename Arg >
using type = TrueType< Arg >
 

Detailed Description

template<bool Cond, template< typename > typename TrueType, template< typename > typename FalseType>
struct m::conditional_one< Cond, TrueType, FalseType >

Definition at line 6 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<bool Cond, template< typename > typename TrueType, template< typename > typename FalseType>
template<typename Arg >
using m::conditional_one< Cond, TrueType, FalseType >::type = TrueType<Arg>

Definition at line 8 of file type_traits.hpp.


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