Lumiera  0.pre.03
»edit your freedom«
SetupSeveral< ALO, ARGS > Struct Template Reference

#include "lib/several-builder.hpp"

Description

template<template< typename > class ALO, typename... ARGS>
struct lib::allo::SetupSeveral< ALO, ARGS >

Extension point: how to configure the SeveralBuilder to use an allocator ALO, initialised by ARGS.

Note
must define a nested type Policy, usable as policy mix-in for SeveralBuilder
Remarks
the meaning of the template parameter is defined by the partial specialisations; notably it is possible to give ALO ≔ std::void_t and to infer the intended allocator type from the initialisation ARGS altogether.
See also
allocation-cluster.hpp

Definition at line 332 of file allocation-cluster.hpp.

Classes

struct  Policy
 
+ Collaboration diagram for SetupSeveral< ALO, ARGS >:

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