Skip to content

A C++ return template for functions. In order to return err messages or anything else when success or fail.

License

Notifications You must be signed in to change notification settings

ZhengqiaoWang/JResult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JResult: A cpp function return with infomations

引用

CMake

# 假设将JResult放到third_party目录中:
add_subdirectory(${CMAKE_SOURCE_DIR}/third_party/JResult)
add_executable(execute_target ${ALL_SRCS})
target_link_libraries(execute_target JResult)

About

A C++ return template for functions. In order to return err messages or anything else when success or fail.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published