SA_Maths
Sapphire Suite's C++ Maths Library
Loading...
Searching...
No Matches
TransformComponent.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_COMPONENT_GUARD
6#define SAPPHIRE_MATHS_TRANSFORM_COMPONENT_GUARD
7
18namespace SA
19{
21 #define TrTHasComponent(_trT) _trT::template HasComponent
22
24 #define TrHasComponent Tr<T, TrArgs...>::template HasComponent
25}
26
29#endif // GUARD