kblib 0.2.3
General utilities library for modern C++
kblib::detail_memory::rule_zero< T, Construct, Destroy > Struct Template Reference

#include <kblib/memory.h>

Inheritance diagram for kblib::detail_memory::rule_zero< T, Construct, Destroy >:
Collaboration diagram for kblib::detail_memory::rule_zero< T, Construct, Destroy >:

Public Member Functions

template<typename... Args>
 rule_zero (Args &&... args)
 

Detailed Description

template<typename T, typename Construct = noop_t, typename Destroy = noop_t>
struct kblib::detail_memory::rule_zero< T, Construct, Destroy >

Definition at line 151 of file memory.h.

Constructor & Destructor Documentation

◆ rule_zero()

template<typename T , typename Construct = noop_t, typename Destroy = noop_t>
template<typename... Args>
kblib::detail_memory::rule_zero< T, Construct, Destroy >::rule_zero ( Args &&...  args)
inline

Definition at line 153 of file memory.h.


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