xtd 0.2.0
form_collection.h
Go to the documentation of this file.
1 #pragma once
5 #include "form.h"
6 #include <functional>
7 #include <vector>
8 
10 namespace xtd {
12  namespace forms {
22  using form_collection = std::vector<std::reference_wrapper<form>>;
23  }
24 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::vector< std::reference_wrapper< form > > form_collection
Represents a collection of form objects.
Definition: form_collection.h:22
Contains xtd::forms::form container.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13