mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
include
mutable
util
tag.hpp
Go to the documentation of this file.
1
#pragma once
2
3
4
namespace
m
{
5
6
template
<
typename
... Ts>
7
struct
tag
8
{
9
explicit
tag
() =
default
;
10
explicit
tag
(
Ts
&&...) { }
// allow construction from instance of Ts
11
};
12
13
}
m::Ts
m
‍mutable namespace
Definition:
Backend.hpp:10
m::tag
Definition:
tag.hpp:8
m::tag::tag
tag()=default
m::tag::tag
tag(Ts &&...)
Definition:
tag.hpp:10
mu
t
able website
GitHub
Generated by
1.9.6