![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <concepts>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | m |
| |
Functions | |
m::T (x) { x & x } -> std::same_as<std::underlying_type_t<T>> | |
constexpr T | m::operator| (T left, T right) |
constexpr T | m::operator& (T left, T right) |
constexpr T | m::operator- (T left, T right) |
constexpr T | m::operator~ (T t) |
constexpr T & | m::operator|= (T &left, T right) |
constexpr T & | m::operator&= (T &left, T right) |
constexpr T & | m::operator-= (T &left, T right) |
Variables | |
template<typename T > requires (std::underlying_type_t<T> x) | |
m::and | |