HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
hi::v1::path_range Concept Reference

Concept definition

template<typename Context>
concept hi::v1::path_range = std::ranges::input_range<Context> and
std::convertible_to<std::ranges::range_value_t<std::remove_cvref_t<Context>>, std::filesystem::path> and
not std::convertible_to<Context, std::filesystem::path>
Definition path_location_intf.hpp:37