mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
type_traits.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::conditional_one< Cond, TrueType, FalseType >
 
struct  m::conditional_one< false, TrueType, FalseType >
 

Namespaces

namespace  m
 

‍mutable namespace


 

Typedefs

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