yet icon indicating copy to clipboard operation
yet copied to clipboard

a modern c++ rtmp / http-flv server, check this out: https://github.com/q191201771/lal

Results 1 yet issues
Sort by recently updated
recently updated
newest added

Use generalized lambda to replace std::bind It is simpler syntax than std:::bind Modern Effective C++ also encourage do it. Effective Modern C++ 34. Prefer lambdas to std::bind