Static Assertion
from: http://en.cppreference.com/w/cpp/language/static_assert Since C++11, static assertion with boolean const expression can be used to trigger compile-time assertion checking.
Continue readingEverything should be made as simple as possible, but not simpler – Einstein
from: http://en.cppreference.com/w/cpp/language/static_assert Since C++11, static assertion with boolean const expression can be used to trigger compile-time assertion checking.
Continue reading
Recent Comments