Atomic Conditionals

Code exists here.

 

A sample code syntax highlighter page

class Foo {
public:
    Foo()
      : _x(0)
      , _y(0)
    {
    }

    ~Foo() = default;

private:
    unsigned _x;
    unsigned _y;
};

 

pheonix Written by:

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *