30 bool has_error()
const {
return not error_.empty(); }
33 size_t size()
const {
return filelist_.size(); }
34 auto begin()
const {
return filelist_.begin(); }
35 auto end()
const {
return filelist_.end(); }
36 const std::filesystem::path&
front()
const {
return *
begin(); }
39 std::vector<std::filesystem::path> filelist_;
Definition c_string_view.h:12
Definition file_dialog_response.h:18
CStringView error() const
Definition file_dialog_response.h:31
size_t size() const
Definition file_dialog_response.h:33
const std::filesystem::path & front() const
Definition file_dialog_response.h:36
FileDialogResponse(std::vector< std::filesystem::path > filelist)
Definition file_dialog_response.h:26
FileDialogResponse(std::string_view error)
Definition file_dialog_response.h:21
auto end() const
Definition file_dialog_response.h:35
bool has_error() const
Definition file_dialog_response.h:30
auto begin() const
Definition file_dialog_response.h:34
bool empty() const
Definition file_dialog_response.h:32
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56