|
template<typename T , typename TChar , typename TCharTraits , typename TDelimiters > |
std::basic_ostream< TChar, TCharTraits > & | operator<< (std::basic_ostream< TChar, TCharTraits > &stream, const print_container_helper< T, TChar, TCharTraits, TDelimiters > &helper) |
|
template<typename TChar , typename TCharTraits , typename Delims > |
std::basic_ostream< TChar, TCharTraits > & | operator<< (std::basic_ostream< TChar, TCharTraits > &s, const custom_delims< Delims > &p) |
|
template<typename T , typename TAG > |
bool | operator== (StrongType< T, TAG > lh, StrongType< T, TAG > rh) |
| Equality operator for StrongType. More...
|
|
template<typename T , typename TAG > |
bool | operator != (StrongType< T, TAG > lh, StrongType< T, TAG > rh) |
| Unequality operator for StrongType. More...
|
|
template<typename T , typename ... Ts> |
std::unique_ptr< T > | make_unique (Ts &&... params) |
|