![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Namespaces | |
namespace | Detail |
Functions | |
template<CValidable T> | |
bool | TestValid (T &&input) |
Attempt to test the input object validity through various methods. | |
template<typename T > | |
T | DecayPtr (T *) |
T Mcro::Concepts::DecayPtr | ( | T * | ) |
bool Mcro::Concepts::TestValid | ( | T && | input | ) |
Attempt to test the input object validity through various methods.
Definition at line 370 of file Concepts.h.