jaredhoberock / is_call_possible
C++03 functionality for checking for the existence of a member function with a given name and signature.
☆26Updated 11 years ago
Related projects ⓘ
Alternatives and complementary repositories for is_call_possible
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Mutex implementations and utilities☆31Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- Foundations of symbol based programming☆30Updated 4 years ago
- ☆26Updated 6 years ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- A stab at constexpr bson creation☆32Updated 9 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆14Updated 6 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- A fast C++ dynamic_cast<> alternative.☆31Updated 3 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 3 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Standalone C++11 implementation of variant☆11Updated 4 years ago
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- WIP☆26Updated 5 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 7 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++