Skip to content

wkaras/c-plus-plus-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-plus-plus-misc

Small miscellaneous bits of C++ code.

ORD_INIT - Manage initialization order dependencies among objects in different compilation units.

IOS_FLAG_SAVE - Defines a macro that expands to the defintion of sentry class preserving stream flags.

SIMPLE_ATOMC - A partial wrapper around Atomic Operations standard library.

MULTI_WAY_SPIN_LOCK - Spin locks that multiple threads can block on.

IFACE - Go-like interfaces in C++.

About

Small miscellaneous bits of C++ code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages