smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
include
smooth
wrt.hpp
1
// Copyright (C) 2021-2022 Petter Nilsson. MIT License.
2
3
#pragma once
4
5
#include <utility>
6
7
#include "
concepts/manifold.hpp
"
8
9
SMOOTH_BEGIN_NAMESPACE
10
16
auto
wrt(
auto
&&... args)
17
requires
(
Manifold
<std::decay_t<
decltype
(args)>> && ...)
18
{
19
return
std::forward_as_tuple(std::forward<
decltype
(args)>(args)...);
20
}
21
22
SMOOTH_END_NAMESPACE
Manifold
Class-external Manifold interface defined through the traits::man trait class.
Definition
manifold.hpp:31
manifold.hpp
Generated by
1.9.8