structure< T > Struct Template Reference

#include <atria/funken/structure.hpp>

Public Member Functions

 structure (structure &&x)=default
 
 structure (const structure &x)=default
 
structureoperator= (structure &&x)=default
 
structureoperator= (const structure &x)=default
 
std::size_t hash () const
 
void modified ()
 
const T & self () const
 
T & self ()
 

Detailed Description

template<typename T>
struct atria::funken::structure< T >

Todo:
doc

Definition at line 88 of file structure.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub