Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::factory Class Reference

Factory provides a way to create mazes. More...

#include <factory.h>

Static Public Member Functions

static std::optional< std::unique_ptr< maze > > create (configurator const &config) noexcept
 Create a maze pointer.
 

Detailed Description

Factory provides a way to create mazes.

Member Function Documentation

◆ create()

static std::optional< std::unique_ptr< maze > > mazes::factory::create ( configurator const & config)
staticnoexcept

Create a maze pointer.

Parameters
config
Returns


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