identity.hpp File Reference

Go to the source code of this file.

Classes

struct  identity_t
 Similar to clojure.core/identity. More...
 
struct  identity_t_
 Similar to identity, but it never returns a reference to the pased in value. More...
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::prelude
 Basic functional programming tools in the spirit of those in Clojure core and Haskell's Prelude.
 

Variables

constexpr struct atria::prelude::identity_t identity
 
constexpr struct atria::prelude::identity_t_ identity_
 
Fork me on GitHub