#include <boost/utility/enable_if.hpp>
Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
| til::label |
| Namespace for labels, i.e. empty structures that are use only for their meaning.
|
|
|
template<template< typename > class TIS_A, typename T > |
boost::enable_if< TIS_A< T >, label::Passed< TIS_A > >::type | til::cat2type () |
|
template<template< typename > class TIS_A, typename T > |
boost::disable_if< TIS_A< T >, label::Failed< TIS_A > >::type | til::cat2type () |
|