Go to the source code of this file.
|
| template<typename Callable> |
| ONIXS_ICEBOE_FORCEINLINE auto | convert (typename ArgType< Callable >::type value) noexcept(noexcept(Callable::Nothrow)) -> decltype(std::declval< Callable >()(std::declval< typename ArgType< Callable >::type >())) |
| template<typename NullValue, typename Callable> |
| auto | convert (typename ArgType< Callable >::type value, OptionalTag) noexcept(noexcept(Callable::Nothrow)) -> SbeOptionalConverted< decltype(std::declval< Callable >()(std::declval< typename ArgType< Callable >::type >()))> |