LLVM: llvm::object::detail Namespace Reference (original) (raw)
llvm::object::detail Namespace Reference
| Functions | |
|---|---|
| template<typename T> | |
| std::enable_if_t< std::is_arithmetic< T >::value, void > | swapBytes (T &value) |
| template<typename T> | |
| std::enable_if_t< std::is_class< T >::value, void > | swapBytes (T &value) |
Function Documentation
◆ swapBytes() [1/2]
template<typename T>
| std::enable_if_t< std::is_arithmetic< T >::value, void > llvm::object::detail::swapBytes | ( | T & | value | ) |
|---|
◆ swapBytes() [2/2]
template<typename T>
| std::enable_if_t< std::is_class< T >::value, void > llvm::object::detail::swapBytes | ( | T & | value | ) |
|---|