#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) |