#include "any_object.h"
Contains xtd::make_any_object operator.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
template<typename type_t , typename ... args_t> | |
any_object | xtd::make_any_object (args_t &&... args) |
The xtd::make_any_object operator creates a xtd::any_object object. | |