stribog.meta.overload

Members

Templates

hasOverload
template hasOverload(T, ElemType, string ElemName)

Variant of std.traits.hasMember that checks also by member type to handle overloads.

Meta

License

Subject to the terms of the Boost 1.0 license as specified in LICENSE file

Authors

Anton Gushcha <ncrashed@gmail.com>

Template for detecting overloads - extension of std.traits;