ecto
Public Member Functions | Friends | List of all members
ecto::tendril::none Struct Reference

A none type for tendril when the tendril is uninitialized. More...

#include <tendril.hpp>

Public Member Functions

noneoperator= (const none &)
 
const noneoperator= (const none &) const
 

Friends

bool operator== (const none &, const none &)
 
std::ostream & operator<< (std::ostream &os, const none &)
 

Detailed Description

A none type for tendril when the tendril is uninitialized.

Member Function Documentation

none& ecto::tendril::none::operator= ( const none )
inline
const none& ecto::tendril::none::operator= ( const none ) const
inline

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const none  
)
friend
bool operator== ( const none ,
const none  
)
friend

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