mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #876 Removed unused methods.
This commit is contained in:
@@ -223,12 +223,6 @@ namespace BlackMisc
|
|||||||
template <typename Flags>
|
template <typename Flags>
|
||||||
static auto without(Flags) { return filter(MaskSequence<(! members().at(index<Is>()).has(Flags()))...>()); }
|
static auto without(Flags) { return filter(MaskSequence<(! members().at(index<Is>()).has(Flags()))...>()); }
|
||||||
|
|
||||||
//! Return a tuple containing references to all members of object.
|
|
||||||
//! @{
|
|
||||||
static auto toTuple(T &object) { return std::tie((members().at(index<Is>()).in(object))...); }
|
|
||||||
static auto toTuple(const T &object) { return std::tie((members().at(index<Is>()).in(object))...); }
|
|
||||||
//! @}
|
|
||||||
|
|
||||||
//! For each member in object, pass member as argument to visitor function.
|
//! For each member in object, pass member as argument to visitor function.
|
||||||
//! @{
|
//! @{
|
||||||
template <typename F>
|
template <typename F>
|
||||||
|
|||||||
Reference in New Issue
Block a user