|
template<typename T , unsigned int S, typename U , typename A > |
auto | fc::operator+ (const fwd< T, S, A > &x, U &&u) -> typename detail::add< T, U >::type |
|
template<typename T , unsigned int S, typename U , typename A > |
auto | fc::operator- (const fwd< T, S, A > &x, U &&u) -> typename detail::sub< T, U >::type |
|
template<typename T , unsigned int S, typename U , typename A > |
auto | fc::operator<< (U &u, const fwd< T, S, A > &f) -> typename detail::insert_op< U, T >::type |
|
template<typename T , unsigned int S, typename U , typename A > |
auto | fc::operator>> (U &u, fwd< T, S, A > &f) -> typename detail::extract_op< U, T >::type |
|
template<uint64_t RequiredSize, uint64_t ProvidedSize> |
void | fc::check_size () |
|