Botan 3.1.1
Crypto and TLS for C&
|
Public Header. More...
#include <ostream>
#include <span>
#include <botan/concepts.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::detail |
Functions | |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator& (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator& (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator& (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator&= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator&= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator* (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator* (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator* (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator*= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator*= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator+ (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator+ (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator+ (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator++ (Strong< T, Tags... > &a) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator++ (Strong< T, Tags... > &a, int) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator+= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator+= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator- (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator- (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator- (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator-- (Strong< T, Tags... > &a) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator-- (Strong< T, Tags... > &a, int) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator-= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator-= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator/ (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator/ (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator/ (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator/= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator/= (Strong< T1, Tags... > &a, T2 b) |
template<typename T , typename... Tags> requires (concepts::streamable<T>) | |
decltype(auto) | Botan::operator<< (std::ostream &os, const Strong< T, Tags... > &v) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator<< (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator<< (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator<< (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator<<= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator<<= (Strong< T1, Tags... > &a, T2 b) |
template<typename T , typename... Tags> requires (concepts::three_way_comparable<T>) | |
auto | Botan::operator<=> (const Strong< T, Tags... > &lhs, const Strong< T, Tags... > &rhs) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> | |
auto | Botan::operator<=> (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> | |
auto | Botan::operator<=> (T1 a, Strong< T2, Tags... > b) |
template<typename T , typename... Tags> requires (concepts::equality_comparable<T>) | |
bool | Botan::operator== (const Strong< T, Tags... > &lhs, const Strong< T, Tags... > &rhs) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> | |
auto | Botan::operator== (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> | |
auto | Botan::operator== (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator>> (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator>> (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator>> (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator>>= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator>>= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator^ (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator^ (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator^ (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator^= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator^= (Strong< T1, Tags... > &a, T2 b) |
template<concepts::integral T, typename... Tags> | |
constexpr decltype(auto) | Botan::operator| (Strong< T, Tags... > a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator| (Strong< T1, Tags... > a, T2 b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr decltype(auto) | Botan::operator| (T1 a, Strong< T2, Tags... > b) |
template<concepts::integral T, typename... Tags> | |
constexpr auto | Botan::operator|= (Strong< T, Tags... > &a, Strong< T, Tags... > b) |
template<concepts::integral T1, concepts::integral T2, typename... Tags> requires (detail::has_capability<EnableArithmeticWithPlainNumber, Tags...>) | |
constexpr auto | Botan::operator|= (Strong< T1, Tags... > &a, T2 b) |
Variables | |
template<typename CapabilityT , typename... Tags> | |
constexpr bool | Botan::detail::has_capability = (std::is_same_v<CapabilityT, Tags> || ...) |
Public Header.
Definition in file strong_type.h.