Home
last modified time | relevance | path

Searched defs:structure_sscanf (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/lexical_cast/perf/
Dperformance_test.cpp96 struct structure_sscanf { struct
98 …line void test(BufferT* /*buffer*/, const boost::array<CharT, N>& in_val, const char* const conv) { in test()
104 static inline void test(BufferT* /*buffer*/, const InT& in_val, const char* const conv) { in test()
110 … static inline void test(BufferT* /*buffer*/, const std::string& in_val, const char* const conv) { in test()
116 …st(BufferT* /*buffer*/, const boost::iterator_range<const char*>& in_val, const char* const conv) { in test()