Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zschoche on github.
  • I am zschoche (https://keybase.io/zschoche) on keybase.
  • I have a public key whose fingerprint is 384F 2327 6426 AD95 AE3C 2D7B 2A43 0F49 DCC7 100F

To claim this, I am signing this object:

@zschoche
zschoche / mutator.hpp
Last active August 29, 2015 13:57
Get rid of writing getters and setters.
#ifndef __Z_MUTATOR_HPP__
#define __Z_MUTATOR_HPP__
#include <utility>
#include <iostream>
namespace mutator {
template <typename T> struct ref {