C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches

Encapsulate solution for Exercise 4-0. More...

Functions

 BOOST_STATIC_ASSERT ((boost::mpl::or_< undefined_false< true >, undefined_false< false > >::value))
 
 BOOST_STATIC_ASSERT ((!boost::mpl::and_< undefined_true< false >, undefined_true< true > >::value))
 

Detailed Description

Encapsulate solution for Exercise 4-0.

Function Documentation

◆ BOOST_STATIC_ASSERT() [1/2]

exercise_4_0::BOOST_STATIC_ASSERT ( (!boost::mpl::and_< undefined_true< false >, undefined_true< true > >::value)  )

◆ BOOST_STATIC_ASSERT() [2/2]

exercise_4_0::BOOST_STATIC_ASSERT ( (boost::mpl::or_< undefined_false< true >, undefined_false< false > >::value)  )