mpc
Haskell-like feature supports in C++
|
Go to the source code of this file.
Classes | |
class | mpc::copyable_box< T > |
Makes copy_constructible but not copy_assignable types copy_assignable. More... | |
class | mpc::copyable_box< T > |
A partial specialization of copyable_box. More... | |
Concepts | |
concept | mpc::copy_constructible_object |
Requires copy_constructible and is_object. | |