Sprout/sprout/utility/pair/access.hpp
bolero-MURAKAMI 35f08fe242 add first, second free-function
add string::find
2012-10-08 14:14:59 +09:00

8 lines
249 B
C++

#ifndef SPROUT_UTILITY_PAIR_ACCESS_HPP
#define SPROUT_UTILITY_PAIR_ACCESS_HPP
#include <sprout/config.hpp>
#include <sprout/utility/pair/first.hpp>
#include <sprout/utility/pair/second.hpp>
#endif // #ifndef SPROUT_UTILITY_PAIR_ACCESS_HPP