inout.hpp File Reference

Go to the source code of this file.

Classes

class  inoutput< T >
 Provides access to reading and writing values of type T. More...
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::funken
 Provides a experimental library for writing epocal and functional data-models.
 

Functions

template<typename InoutT >
auto inout (InoutT &&object) -> estd::enable_if_t< (Inout_value< InoutT >()), detail::inoutput_impl< detail::signal_type_t< InoutT > > >
 Creates an inout from another inout value. More...
 
Fork me on GitHub