This page contains documentation related to safely constructing a Blocks instance.
- See also
- The `make` function for an overview of possible uses of the
make
function.
◆ make() [1/2]
template<typename Return, typename Container>
- Template Parameters
-
Container | the type of the parameter cont . |
Return | the return type. Must satisfy std::is_same<Return, Blocks> . |
- Parameters
-
cont | container containing a lookup for the blocks. |
- Exceptions
-
◆ make() [2/2]
template<typename Return>
- Template Parameters
-
- Parameters
-
cont | container containing a lookup for the blocks. |
- Exceptions
-