Skip to content

crails-framework/libcrails-any

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcrails-any - A C++ library

The libcrails-any C++ library provides simple tools for casting std::any with commonly needed features:

  • Fallback to a default value,
  • Safe casting of multiple string type to another (std::string, std::string_view, const char),
  • Logging or throwing exception on cast failure, with type information to help in debugging the issue.

About

std::any mapping, casting and debugging tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published