![]() |
mutable
A Database System for Research and Fast Prototyping
|
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 |
| |
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 > |