toast/concept_check.hpp File Reference


Detailed Description

This file contains the TOAST_CLASS_REQUIRE macros.

#include <boost/concept_check.hpp>
#include <toast/config.hpp>
#include <toast/detail/contracts.hpp>

Go to the source code of this file.

Defines

#define TOAST_CLASS_REQUIRE(a, b, c)   BOOST_CLASS_REQUIRE(a,b,c)
 BOOST_CLASS_REQUIRE wrapper.
#define TOAST_CLASS_REQUIRE2(a, b, c, d)   BOOST_CLASS_REQUIRE2(a,b,c,d)
#define TOAST_CLASS_REQUIRE3(a, b, c, d, e)   BOOST_CLASS_REQUIRE3(a,b,c,d,e)
#define TOAST_CLASS_REQUIRE4(a, b, c, d, e, f)   BOOST_CLASS_REQUIRE4(a,b,c,d,e,f)


SourceForge.net Logo