Warning, file /include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP
0011 #define BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP
0012
0013 namespace boost { namespace numeric
0014 {
0015 enum udt_builtin_mixture_enum
0016 {
0017 builtin_to_builtin
0018 ,builtin_to_udt
0019 ,udt_to_builtin
0020 ,udt_to_udt
0021 } ;
0022
0023 } }
0024
0025 #endif
0026