C ++ 14:使用constexpr在编译时的字节序?

时间:2014-06-21 13:20:05

标签: c++ endianness constexpr c++14

随着对常量表达式的约束的放宽,C ++ 14中有一种方法可以在编译时获得系统字节序吗?

constexpr bool is_big_endian()
{
    // Something here
}

constexpr bool is_little_endian()
{
    // Something here
}

0 个答案:

没有答案