![]() |
DAW JSON Link
|
#include <daw_json_traits.h>
Additional Inherited Members | |
![]() | |
template<typename... Args> | |
constexpr auto | operator() (Args &&... args) const noexcept(daw::traits::is_nothrow_list_constructible_v< T, Args... >) -> std::enable_if_t<(not std::is_constructible_v< T, Args... > and daw::traits::is_list_constructible_v< T, Args... >), T > |
template<typename... Args> | |
constexpr auto | operator() (Args &&... args) const noexcept(std::is_nothrow_constructible_v< T, Args... >) -> std::enable_if_t< std::is_constructible_v< T, Args... >, T > |