|
Goby3 3.3.0
2025.07.10
|
#include <goby/util/thirdparty/jwt-cpp/jwt.h>
Classes | |
| struct | sfinae_true |
Static Public Member Functions | |
| template<class T , class A0 > | |
| static auto | test_operator_plus (int) -> sfinae_true< decltype(std::declval< T >().operator+(std::declval< A0 >()))> |
| template<class , class A0 > | |
| static auto | test_operator_plus (long) -> std::false_type |
Static Public Attributes | |
| static constexpr auto | value = decltype(test_operator_plus<string_type, string_type>(0)){} |
|
static |
|
static |
|
staticconstexpr |