out.hpp File Reference

Go to the source code of this file.

Classes

class  output< T >
 Provides access to 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 OutT >
auto out (OutT &&object) -> estd::enable_if_t< (Out_value< OutT >()), detail::output_impl< detail::signal_type_t< OutT > > >
 Creates an out from another out value. More...
 
Fork me on GitHub