Program Listing for File traits.hpp

Return to documentation for file (include/ecl/type_traits/traits.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_TYPE_TRAITS_TRAITS_HPP_
#define ECL_TYPE_TRAITS_TRAITS_HPP_

/*****************************************************************************
** Includes
*****************************************************************************/

/*****************************************************************************
** Namespaces
*****************************************************************************/

namespace ecl {

template <typename T> struct ecl_traits;

} // namespace ecl

#endif /* ECL_TYPE_TRAITS_TRAITS_HPP_ */