MADNESS  0.10.1
Static Public Member Functions | List of all members
madness::detail::DefaultInitPtr< T > Struct Template Reference

Default pointer to a. object of type T. More...

#include <mem_func_wrapper.h>

Static Public Member Functions

static T init ()
 Get a default pointer. More...
 

Detailed Description

template<typename T>
struct madness::detail::DefaultInitPtr< T >

Default pointer to a. object of type T.

Returns a null pointer, by default.

Template Parameters
TThe pointer type.

Member Function Documentation

◆ init()

template<typename T >
static T madness::detail::DefaultInitPtr< T >::init ( )
inlinestatic

Get a default pointer.

Returns
nullptr.

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