Variable holoscan::is_one_of_v

template<typename T, typename ...ArgsT>
constexpr bool holoscan::is_one_of_v = ((std::is_same_v<T, ArgsT> || ...))

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.