|
template<typename BasicJsonType , typename T > |
auto | operator() (BasicJsonType &j, T &&val) const noexcept(noexcept(to_json(j, std::forward< T >(val)))) -> decltype(to_json(j, std::forward< T >(val)), void()) |
|
이 구조체에 대한 Documentation 페이지는 다음의 파일로부터 생성되었습니다.: