Sha256: 6a6e89ee294162f5f05ba0564b9abe3a3c248cf831b92d74308245add0114f2d
Contents?: true
Size: 884 Bytes
Versions: 1
Compression:
Stored size: 884 Bytes
Contents
/*-----------------------------------------------------------------------------+ Copyright (c) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +-----------------------------------------------------------------------------*/ #ifndef BOOST_ICL_TYPE_TRAITS_IS_DISCRETE_INTERVAL_HPP_JOFA_100327 #define BOOST_ICL_TYPE_TRAITS_IS_DISCRETE_INTERVAL_HPP_JOFA_100327 #include <boost/icl/type_traits/is_interval.hpp> namespace boost{ namespace icl { template <class Type> struct is_discrete_interval { typedef is_discrete_interval<Type> type; BOOST_STATIC_CONSTANT(bool, value = false); }; }} // namespace boost icl #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-ogre-0.0.1-x86-mingw32 | deps/include/boost/icl/type_traits/is_discrete_interval.hpp |