Regina Calculation Engine
Public Types | Public Member Functions | List of all members
regina::FuncNew< T > Struct Template Reference

An adaptable generator used to create objects using default constructors. More...

#include <utilities/memutils.h>

Public Types

typedef T * result_type
 The return type for this generator. More...
 

Public Member Functions

T * operator() () const
 Creates a new object using the default constructor. More...
 

Detailed Description

template<class T>
struct regina::FuncNew< T >

An adaptable generator used to create objects using default constructors.

This class is for use with the Standard Template Library.

Note that the template argument need not be a pointer class. If the template argument is T, this generator will return a pointer to a newly created object of type T.

Python:\n Not present.

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

Copyright © 1999-2020, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).