SA_Maths
Sapphire Suite's C++ Maths Library
Loading...
Searching...
No Matches
TransformFunctor.hpp
Go to the documentation of this file.
1// Copyright (c) 2023 Sapphire Development Team. All Rights Reserved.
2
3#pragma once
4
5#ifndef SAPPHIRE_MATHS_TRANSFORM_FUNCTOR_GUARD
6#define SAPPHIRE_MATHS_TRANSFORM_FUNCTOR_GUARD
7
17namespace SA
18{
19 // Forward declaration for children.
20 template <typename T, template <typename> typename... Args>
21 struct Tr;
22
27 class TrFunctor;
28}
29
30
33#endif // GUARD