6namespace hedgedev::csl::ut::
expr
8 template <size_t Index,
typename... TArgs>
9 using GetPackType = std::tuple_element_t<Index, std::tuple<TArgs...>>;
14 template <
typename T,
typename...
TArgs>
#define ASSERT_RETURN(CONDITION, RETURN_VALUE)
Definition Preprocessor.h:17
bool IsNeighbour(const std::filesystem::path &in_rPath)
Definition ThisProcess.inl:10
std::filesystem::path GetExecutableRoot()
Definition ThisProcess.inl:5
Definition ThisProcess.inl:4
std::tuple_element_t< Index, std::tuple< TArgs... > > GetPackType
Definition Expressions.h:9
constexpr bool IsAllSame
Definition Expressions.h:15
Definition Expressions.inl:2