Any++
Loading...
Searching...
No Matches
anyxx::factory< Any, Key, Args > Class Template Reference

A class template to implement a factory for any objects. More...

#include <anyxx.hpp>

Public Member Functions

auto register_ (Key const &key, auto const &construct)
template<is_proxy Proxy>
auto construct (auto key, Args &&... args)

Detailed Description

template<template< typename... > typename Any, typename Key, typename... Args>
class anyxx::factory< Any, Key, Args >

A class template to implement a factory for any objects.

Examples
21_Tree_any_borrow_as.cpp.

The documentation for this class was generated from the following file: