swift
swift::misc::THasPushBack< T, typename > Struct Template Reference

Trait which is true if the expression a.push_back(v) is valid when a and v are instances of T and T::value_type. More...

Inheritance diagram for swift::misc::THasPushBack< T, typename >:
[legend]

Detailed Description

template<typename T, typename = std::void_t<>>
struct swift::misc::THasPushBack< T, typename >

Trait which is true if the expression a.push_back(v) is valid when a and v are instances of T and T::value_type.

Definition at line 70 of file typetraits.h.


The documentation for this struct was generated from the following file: