#include <string>
Go to the source code of this file.
|
| template<typename E> |
| constexpr E | llmx::rtaco::operator| (E lhs, E rhs) |
| template<typename E> |
| constexpr E | llmx::rtaco::operator& (E lhs, E rhs) |
| template<typename E> |
| constexpr E | llmx::rtaco::operator^ (E lhs, E rhs) |
| template<typename E> |
| constexpr E | llmx::rtaco::operator~ (E val) |
| template<typename E> |
| constexpr E & | llmx::rtaco::operator|= (E &lhs, E rhs) |
| template<typename E> |
| constexpr E & | llmx::rtaco::operator&= (E &lhs, E rhs) |
| template<typename E> |
| constexpr E & | llmx::rtaco::operator^= (E &lhs, E rhs) |
| template<typename E, std::integral U> |
| constexpr E | llmx::rtaco::operator<< (E lhs, U shift) |
| template<typename E, std::integral U> |
| constexpr E | llmx::rtaco::operator>> (E lhs, U shift) |