pstade

Next

Chapter 1. Wine 0.90.0

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Table of Contents

Preface
Notation
Concepts
Constant Object
Resettable Object
Utilities
clone_ptr
poly
value_based
Version History

This document uses the following notation.

Valid expression

Semantics

_decltype

An imaginary operator which is the same as decltype of C++0x.

_typeof(a)

boost::remove_cv<boost::remove_reference<_decltype(a)>::type>::type

++

An imaginary operator to concatenate tokens.

Also, assume that every expression is placed after:

using namespace pstade;

Last revised: October 25, 2007 at 23:04:01 GMT


Next