proxygen
NotDefaultConstructible Struct Reference

Public Member Functions

 NotDefaultConstructible ()=delete
 
 NotDefaultConstructible (int arg)
 

Public Attributes

int i
 

Detailed Description

Definition at line 243 of file CollectTest.cpp.

Constructor & Destructor Documentation

NotDefaultConstructible::NotDefaultConstructible ( )
delete
NotDefaultConstructible::NotDefaultConstructible ( int  arg)
inlineexplicit

Definition at line 245 of file CollectTest.cpp.

245 : i(arg) {}

Member Data Documentation

int NotDefaultConstructible::i

Definition at line 246 of file CollectTest.cpp.


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