mpc
Haskell-like feature supports in C++
unit.hpp
Go to the documentation of this file.
1
2#pragma once
4
5namespace mpc {
7 using unit_t = std::tuple<>;
8
10 inline constexpr unit_t unit;
11} // namespace mpc
std::tuple<> unit_t
The type of an empty tuple.
Definition: unit.hpp:7
constexpr unit_t unit
An entity of an empty tuple.
Definition: unit.hpp:10