Sleipnir C++ API
Loading...
Searching...
No Matches
empty.hpp
1// Copyright (c) Sleipnir contributors
2
3#pragma once
4
5namespace slp::detail {
6
8struct empty_t {};
9
11static constexpr empty_t empty{};
12
13} // namespace slp::detail
Type tag used to designate an uninitialized VariableMatrix.
Definition empty.hpp:8