in.hpp File Reference

Go to the source code of this file.

Classes

class  input< T >
 Provides access to reading 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 InT >
auto in (InT &&object) -> estd::enable_if_t< (In_value< InT >()), detail::input_impl< detail::signal_type_t< InT > > >
 Creates an in from another in value. More...
 
Fork me on GitHub